Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- repeat wait() until game.Players.LocalPlayer.Character
- local Context = game:GetService("ContextActionService")
- function SpeedUP(NameFunction,State)
- if State == Enum.UserInputState.Begin then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25
- else
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- end
- local SpeedBoost = Context:BindAction("Speed",SpeedUP,true,Enum.KeyCode.LeftShift)
- Context:SetPosition("Speed",UDim2.new(0.1, 0,0.1, 0))
- Context:SetImage("Speed","rbxassetid://0000")
- --By TuLike TTZ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement