Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MR = math.random()
- --hmm HELLO xJDiviisionZ
- --IM MAKING A COOL MOD
- la = 'Left Arm'
- ll = 'Left Leg'
- ra = 'Right Arm'
- rl = 'Right Leg'
- local plr = game.Players.LocalPlayer
- local char = game.Players.LocalPlayer.Character
- H = Instance.new('SelectionBox' ,char.Head)
- char.Head.Transparency = 1
- char.Head.face:Destroy()
- H.LineThickness = 0.05
- H.Adornee = (char.Head)
- T = Instance.new('SelectionBox' ,char.Torso)
- char.Torso.Transparency = 1
- T.LineThickness = 0.05
- T.Adornee = (char.Torso)
- ra = Instance.new('SelectionBox' ,char['Right Arm'])
- char['Right Arm'].Transparency = 1
- ra.LineThickness = 0.05
- ra.Adornee = (char['Right Arm'])
- la = Instance.new('SelectionBox' ,char['Left Arm'])
- char['Left Arm'].Transparency = 1
- la.LineThickness = 0.05
- la.Adornee = (char['Left Arm'])
- rl = Instance.new('SelectionBox' ,char['Right Leg'])
- char['Right Leg'].Transparency = 1
- rl.LineThickness = 0.05
- rl.Adornee = (char['Right Leg'])
- ll = Instance.new('SelectionBox' ,char['Left Leg'])
- char['Left Leg'].Transparency = 1
- ll.LineThickness = 0.05
- ll.Adornee = (char['Left Leg'])
- while true do wait(0.1)
- H.Color3 = Color3.new(math.random(),math.random(),math.random())
- T.Color3 = Color3.new(math.random(),math.random(),math.random())
- la.Color3 = Color3.new(math.random(),math.random(),math.random())
- ll.Color3 = Color3.new(math.random(),math.random(),math.random())
- ra.Color3 = Color3.new(math.random(),math.random(),math.random())
- rl.Color3 = Color3.new(math.random(),math.random(),math.random())
- end
Advertisement
Add Comment
Please, Sign In to add comment