ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then\r\nspawn(function()\r\nlocal speaker = game.Players.LocalPlayer\r\nlocal Anim = Instance.new(\"Animation\")\r\n Anim.AnimationId = \"rbxassetid://27432686\"\r\n local bruh = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)\r\nbruh:Play()\r\nbruh:AdjustSpeed(0)\r\nspeaker.Character.Animate.Disabled = true\r\nlocal hi = Instance.new(\"Sound\")\r\nhi.Name = \"Sound\"\r\nhi.SoundId = \"http://www.roblox.com/asset/?id=165113352\"\r\nhi.Volume = 2\r\nhi.Looped = true\r\nhi.archivable = false\r\nhi.Parent = game.Workspace\r\nhi:Play()\r\n\r\nlocal spinSpeed = 40\r\nlocal Spin = Instance.new(\"BodyAngularVelocity\")\r\nSpin.Name = \"Spinning\"\r\nSpin.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart\r\nSpin.MaxTorque = Vector3.new(0, math.huge, 0)\r\nSpin.AngularVelocity = Vector3.new(0,spinSpeed,0)\r\n\r\nend)\r\nelse\r\nspawn(function()\r\nlocal speaker = game.Players.LocalPlayer\r\nlocal Anim = Instance.new(\"Animation\")\r\n Anim.AnimationId = \"rbxassetid://507776043\"\r\n local bruh = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)\r\nbruh:Play()\r\nbruh:AdjustSpeed(0)\r\nspeaker.Character.Animate.Disabled = true\r\nlocal hi = Instance.new(\"Sound\")\r\nhi.Name = \"Sound\"\r\nhi.SoundId = \"http://www.roblox.com/asset/?id=165113352\"\r\nhi.Volume = 2\r\nhi.Looped = true\r\nhi.archivable = false\r\nhi.Parent = game.Workspace\r\nhi:Play()\r\n\r\nlocal spinSpeed = 40\r\nlocal Spin = Instance.new(\"BodyAngularVelocity\")\r\nSpin.Name = \"Spinning\"\r\nSpin.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart\r\nSpin.MaxTorque = Vector3.new(0, math.huge, 0)\r\nSpin.AngularVelocity = Vector3.new(0,spinSpeed,0)\r\n\r\n\r\nend) \r\nend\r\nlocal Mouse = game:GetService(\"Players\").LocalPlayer:GetMouse()\r\nlocal u = game.Players.LocalPlayer\r\nlocal urchar = u.Character\r\n\r\ntask.spawn(function()\r\n\r\n\r\nqUp = Mouse.KeyUp:Connect(function(KEY)\r\nif KEY == 'q' then\r\nurchar.Humanoid.HipHeight = urchar.Humanoid.HipHeight - 3\r\nend\r\nend)\r\neUp = Mouse.KeyUp:Connect(function(KEY)\r\nif KEY == 'e' then\r\nurchar.Humanoid.HipHeight = urchar.Humanoid.HipHeight + 3\r\nend\r\nend)\r\n\r\n\r\nend)
Password
Anyone with the link will still need this password to view.
Expires
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel