Hi, i wanna make a roblox clone game like noob train, clone frenzy and other. But every system i tried was not working. Does anyone know how to make a game like this? Where you have clone that follow you and do everything you do?
Are you asking us to make or give you clone of it ?
(Sorry, if it sounds rude)
I hope you can explain better
No, i was asking if anyone know if someone already made a system to do a game like this? Because when i tried myself it’s not working, when i finally found a script, it is not working.
So basically
You want to know how logic of it’s script works ?
or something else
Yes, how can i make a script like this, the global idea
Use instance:Clone() to clone the player’s character. Use humanoid:MoveTo(Vector3) to have the clones follow you.
and to have like the animations of the player, how can i make that?
The local script in the player’s character named animate has the player’s animations in it.
Okay thanks ! I will try this when i can