Posted
I dont know how to use int to set the walkspeed can someone help me and sorry for my bad english im from germany
I Love Unity and C#
Replied
I'm new to programming so I MAY BE WRONG. I believe you could do it as:
api.SendLimitedLuaScript("game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=INSERTNUMBERHERE");
Cancel
Post
Replied
its right but i want to use api.setwalkspeed(); and then int
Cancel
Post
I Love Unity and C#
Replied
api.SetWalkSpeed("me", 100)
This will set your walkspeed to 100.
Just some information, "me" is only there because you used to be able to change other people's walk speed. You can't do that anymore due to FE. You can only change it to "me" now. I left the parameter so code from old YouTube tutorials won't break.
Cancel
Post
I'm just a chill guy fr 🤙
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post