so for example
local data = {
[1] = {
Count = 10
Heavy = 3
Normal = 1
}
[2] = {
}
}
How do i change the clone from heavy to normal?
so for example
local data = {
[1] = {
Count = 10
Heavy = 3
Normal = 1
}
[2] = {
}
}
How do i change the clone from heavy to normal?
Please remember to read the rules before making a topic
That being said. If you’re having trouble with planning a system, you should try this.
If you learn to break down your ideas into smaller pieces, you will find it much easier to focus on what to code.
Don’t be afraid of trying things, nor of remaking systems like this from the start again if you have a better idea. That is called refactoring.
oh thx for the warning, yea from the title i wrote “i can do it with for i,v, but idk what next”
so the point is i dont ask ppl to wrote me all the script. just tell me like @vq9o did, how the script run and how the script loops. lastly im kinda new with roblox studio so, there was rules that i didnt see or did it
after almost a year. i finnaly know how to make one. If someone see this, thx for the help.