Is there a way to get a 1% legendary clan in any game? Like a method, does my avatar have to wear something that have the characteristics of the specific clan im aiming for?, it worked 1 time so i believe it's not random
Id like to thank you for how much motivation you ve given me after i almost quit scripting , thank you very much for all of these FREE stuff u ve done for us
everything works but like it doesn't save, i rejoin and its a different clan with 10 spins and its published and stuff (i played it on roblox not studio for testing)
How? Its only 20 mins... How? Its already copy and paste by watching the tutorial Also real talk tho, if you dont "write" the code, you wont be able to understand it making it hard for you to update it
the script for the rarity game.Players.PlayerAdded:Connect(function(Player) local Character = Player.Character or Player.CharacterAdded:Wait() local Humanoid = Character:WaitForChild("Humanoid")
local Races = { Common = 50, Uncommon = 30, Rare = 10, Epic = 5, Legandary = 1, }
local sum = 0 for _,Valeus in pairs(Races) do sum = sum + Valeus end
local function getRandomItem() local RaceValeu = Random.new():NextNumber(0, sum) for item, valeu in pairs(Races) do RaceValeu = RaceValeu - valeu if RaceValeu < 0 then return item end end end
local DataFolder = Instance.new('Folder', Player) DataFolder.Name = "DataFolder"
local Race = Instance.new("StringValue", DataFolder) Race.Name = "Clan"
JOIN OUR ACADEMY AND START YOUR JOURNEY HERE: 🌟⬇
whop.com/vuukstudios-academy/
Thanks for this content, edit looks clean and the tutorial will help us a lot, keep it up 💯🔥
Thanks bro much love
Is there a way to get a 1% legendary clan in any game? Like a method, does my avatar have to wear something that have the characteristics of the specific clan im aiming for?, it worked 1 time so i believe it's not random
W vid but couldn’t you wait for the value of spins to be changed instead of waiting for child every frame?
yes he could have lmao
Could be done like that too
fr
Id like to thank you for how much motivation you ve given me after i almost quit scripting , thank you very much for all of these FREE stuff u ve done for us
🙏🙏 keep going
Thank you for teaching me how to code
💪🙏
Tutorial on color changing ui text?
👍
It rolls even if it is 0, Need help ASAP
How to add clan perks to it?
nice! pls make a boost system
👍
can u do more videos on like vfx
Full vfx course in the academy 🔥 see ya there
Can you by any chance make an in depth combat tutorial video once you get the time of course
heyy, can you make a value of spins to be changed instead of waiting for child every frame?
8:40 I can't see the datafolder, clan, spins, playergui, startergear
Did you parent it? If you dont parent it to the player, it wont appear
can you make this a model?
Yoo, can you add a skip spin button which only works if you have the gamepass???
Where di you learn to become a pro animator/vfx/scripter from?
Had a mentor, now I teach other people at www.whop.com/vuukstudios-academy
@@vuukstudios7635 Nice
If i buy the academy right now would you walk me through the basics
Everything is explained inside the video i posted on the academy page
how do i make kill someone to get spins?
everything works but like it doesn't save, i rejoin and its a different clan with 10 spins and its published and stuff (i played it on roblox not studio for testing)
data only saves if handled on server, make sure ur datastore script is functional aswell
YOO I was waiting 3 week for new tutorial its bc i can't able to afford your academy 😥
👍 hope you enjoy it
Can I hire you? fOr game?
Idea : how to make your combat system mobile supported
Good idea
W
W 🥳
Keep up the amazing work!@@vuukstudios7635
This is dumb I have been coding for hours can put model in the description because I’m getting so bored
I think I might cry
@@WallypuppyTV this comment is so real me too
How? Its only 20 mins... How?
Its already copy and paste by watching the tutorial
Also real talk tho, if you dont "write" the code, you wont be able to understand it making it hard for you to update it
;-;
3:53
the script for the rarity
game.Players.PlayerAdded:Connect(function(Player)
local Character = Player.Character or Player.CharacterAdded:Wait()
local Humanoid = Character:WaitForChild("Humanoid")
local Races = {
Common = 50,
Uncommon = 30,
Rare = 10,
Epic = 5,
Legandary = 1,
}
local sum = 0
for _,Valeus in pairs(Races) do
sum = sum + Valeus
end
local function getRandomItem()
local RaceValeu = Random.new():NextNumber(0, sum)
for item, valeu in pairs(Races) do
RaceValeu = RaceValeu - valeu
if RaceValeu < 0 then
return item
end
end
end
local DataFolder = Instance.new('Folder', Player)
DataFolder.Name = "DataFolder"
local Race = Instance.new("StringValue", DataFolder)
Race.Name = "Clan"
local Race1 = Instance.new("NumberValue", DataFolder)
Race1.Name = "Spins"
Race.Value = getRandomItem()
Race1.Value = 5
end)
ty omgg
could you do one for all the scripts?
Ye sure
could u make this a data save