Hey.
I would like to ask one thing, for some reason all the scripts do not work for me even the leadstats, then I looked on the Internet and wrote from there the script also does not work. Then he wrote the same does not work. Then he took a script from roblex sites and it also does not work. I don’t know why, but the scripts does not work.
You have to give us more information about what exactly is not working!
Is there any kind of script output or are there other error messages?
Maybe you have the script at the wrong place?
In order to be able to help you further I need more information.
You can also search older forum posts:
all scripts do not work for me. Whatever I wrote does not work. when I otupyvat down does not appear “end”
It may be an error with your scripts. Here’s a basic script you could insert:
print("Hello!")
Run the game in test mode, and check the output bar. If the output is shown, but not your other scripts, then it is most likely a problem with every single script. You have to ensure that they are all in the proper Lua format. A single error in your script would cause the whole script to error, unless you use pcall()
of course.
Please remember that scripting support is not the place to ask for code nor expect it to come for free. You must attempt if yourself first and come back when you run into issues (show us what you have so far).
If you are having trouble with the basic Lua and Roblox syntax, please read the Lua 5.1 Manual and the Developer Hub and learn the basics first.
As many have said, please try this yourself first, and then show us the script. We have no idea what you have tried, what you currently have, etc.
And yes, this is the place for us to help you, not make scripts for you.