Generic Roleplay Gaem Script | SPEED SCRIPT, INFINITE JUMP BYPASS

Created by 1x1x1x1C00lKid

Features:

  • SPEED SCRIPT
  • INFINITE JUMP BYPASS
spawn(function()
while true do
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.RotVelocity = Vector3.new(0,0,0)
wait()
    game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(0,0,0)
    wait()
    game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 35
wait()
end
end)