Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --yus. (By Rufus14)
- mouse = game.Players.LocalPlayer:GetMouse()
- stfu = false
- heh = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
- heh.SoundId = "http://roblox.com/asset?id=565534003"
- heh.Volume = 50
- print(game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0)
- function lol(key)
- key = key:lower()
- if key == "q" then
- stfu = false
- heh:Play()
- while stfu == false do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0.5,0,0)
- end
- end
- end
- function nu(key)
- key = key:lower()
- if key == "q" then
- stfu = true
- wait(0.05)
- heh:Stop()
- game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- end
- end
- mouse.KeyDown:connect(lol)
- mouse.KeyUp:connect(nu)
Advertisement
Add Comment
Please, Sign In to add comment