Advertisement
Roblox_Raiding

test

Jun 3rd, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. print([[ sit
  2. on
  3. my
  4. kek
  5. or
  6. else]])
  7. wait()
  8. local m = game.Players.LocalPlayer:GetMouse()
  9. m.KeyDown:connect(function(k)
  10. if k:lower() == "q" then
  11. local c = game.Players.LocalPlayer.Character
  12. if c then
  13. while true do
  14. wait()
  15. local a = Instance.new("Animation",c)
  16. a.AnimationId = "rbxassetid://1882650662"
  17. local h = c:FindFirstChild'Humanoid'
  18. local t = h:LoadAnimation(a)
  19. t:Play()
  20. end
  21. end
  22. end
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement