Here is the script its very simple.
Its supposed to make the player move faster when they click the text button, but for some reason it doesnt work and in the output there are no errors. Can someone help?
Here is the script its very simple.
Its supposed to make the player move faster when they click the text button, but for some reason it doesnt work and in the output there are no errors. Can someone help?
Walkspeed should be spelt WalkSpeed - that is your issue.
ohh ok thanks
i hate this 30 characters thing
You might also want to add some error handling in the event that Character doesn’t exist etc.
Glad I can help though
Heads up, use game:GetService("Players")
instead of game.Players
.
It’s good practice to always use game:GetService("Service name")
when getting/using a service.