Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tool = script.Parent
- function add()
- local brick = Instance.new("Part", workspace)
- local c = game.Players.LocalPlayer.Character.HumanoidRootPart
- brick.Position = c.Position + Vector3.new(10, 0, 0)
- brick.BrickColor=BrickColor.Random()
- end
- tool.Activated:Connect(add)
Add Comment
Please, Sign In to add comment