Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Drug Script
- -- Make your body parts all simutaneously rotate in a circle.
- -- This only works until you die, when you die, you'll have to run it again.
- -- LOCAL SCRIPT \- Made by 12packkid
- lol=game.Players.LocalPlayer
- yeah=lol:GetMouse()
- for i,x in pairs(lol.Character.Torso:children()) do
- game:service('RunService').Stepped:connect(function()
- x.C0=x.C0*CFrame.fromEulerAnglesXYZ(math.rad(yeah.Origin.X),math.rad(yeah.Origin.Y),math.rad(yeah.Origin.Z))
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement