Advertisement
LuckyOnes187

Orbital Arms

Jan 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. wait(1)
  2. warn("Loaded\"Orbital Arms\". Try walking and/or jumping to change their position! | LuckyOnes187")
  3. while true do
  4.     game:GetService("Players").LocalPlayer.Character["Left Arm"].Orientation = Vector3.new(math.random(-360, 360), math.random(-360, 360), math.random(-360, 360))
  5.     game:GetService("Players").LocalPlayer.Character["Right Arm"].Orientation = Vector3.new(math.random(-360, 360), math.random(-360, 360), math.random(-360, 360))
  6.     game:GetService("Players").LocalPlayer.Character["Left Arm"].BrickColor = BrickColor.Random()
  7.     game:GetService("Players").LocalPlayer.Character["Right Arm"].BrickColor = BrickColor.Random()
  8.     wait(0.01)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement