Advertisement
Guest User

cool script

a guest
Jan 27th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local char = game.Workspace:WaitForChild("NameHere")
  2. while true do
  3. wait(0.01)
  4. local AliIsaNoob = Instance.new("Part")
  5. AliIsaNoob.Parent = char
  6. AliIsaNoob.CFrame = char.Torso.CFrame
  7. AliIsaNoob.BrickColor = BrickColor.Random()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement