#i need help

8 messages · Page 1 of 1 (latest)

rocky orbit
#

well of course there's a way you can do it

#

have you tried anything yet

#

or are you just asking if it's possible

#
game:getService("Players").PlayerAdded:Connect(function(player)
  player.CharacterAdded:Connect(function(character)
    task.wait()
    local humanoid = character:FindFirstChild("Humanoid")
    while humanoid do
      humanoid.WalkSpeed = humanoid.WalkSpeed + 1
      wait(1)
     end
  end)
end)
#

just about anything is possible

#

the difficulty is in realizing whatever idea you have and making it optimized n all that

#

you got this 🙏

#

im a beginner too