Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

change speed through gui for a model?

Asked by 1 year ago

so i am trying to make a horse game, i tried making a gui to change speed for the horse when riding but nothing happened when i pressed it this is the scripts i used

script.Parent.MouseButton1Click:Connect(function() game.Workspace.base.Humanoid.Walkspeed = 16

end) for walking gui and

script.Parent.MouseButton1Click:Connect(function() game.Workspace.base.Humanoid.Walkspeed = 32

end)

for running gui

whats the problem :)?> > [](http://)

0
Could it be a problem with local scripts and server scripts? Jay123abc2 241 — 1y
0
it's WalkSpeed not Walkspeed Miniller 562 — 1y

Answer this question