WellSumo

Some swim glitch

May 31st, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. game:GetService("RunService").RenderStepped:Connect(function()
  2. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):ChangeState(Enum.HumanoidStateType.Swimming)
  3. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid").WalkSpeed = 200
  4. end)
Add Comment
Please, Sign In to add comment