Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print([[ sit
- on
- my
- kek
- or
- else]])
- wait()
- local m = game.Players.LocalPlayer:GetMouse()
- m.KeyDown:connect(function(k)
- if k:lower() == "q" then
- local c = game.Players.LocalPlayer.Character
- if c then
- while true do
- wait()
- local a = Instance.new("Animation",c)
- a.AnimationId = "rbxassetid://1882650662"
- local h = c:FindFirstChild'Humanoid'
- local t = h:LoadAnimation(a)
- t:Play()
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement