Advertisement
Meliodas0_0

Anti-Sit

Oct 16th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local character = player.Character or player.CharacterAdded:Wait()
  3. local humanoid = character.Humanoid
  4.  
  5. humanoid.Seated:Connect(function(active, seat)
  6. humanoid:ChangeState(Enum.HumanoidStateType.Running)
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement