Hasli4

RBLX. Brick

May 12th, 2025
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. tool = script.Parent
  2. function add()
  3.     local brick = Instance.new("Part", workspace)
  4.     local c = game.Players.LocalPlayer.Character.HumanoidRootPart
  5.     brick.Position = c.Position + Vector3.new(10, 0, 0)
  6.     brick.BrickColor=BrickColor.Random()
  7. end
  8. tool.Activated:Connect(add)
  9.  
  10.  
Add Comment
Please, Sign In to add comment