Advertisement
Notepad95

ROBLOX Crazy

Nov 14th, 2016
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. -- Drug Script
  2. -- Make your body parts all simutaneously rotate in a circle.
  3. -- This only works until you die, when you die, you'll have to run it again.
  4. -- LOCAL SCRIPT \- Made by 12packkid
  5.  
  6. lol=game.Players.LocalPlayer
  7. yeah=lol:GetMouse()
  8. for i,x in pairs(lol.Character.Torso:children()) do
  9. game:service('RunService').Stepped:connect(function()
  10.     x.C0=x.C0*CFrame.fromEulerAnglesXYZ(math.rad(yeah.Origin.X),math.rad(yeah.Origin.Y),math.rad(yeah.Origin.Z))
  11. end)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement