Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(3)
- local dd = false
- local Player = game.Players.LocalPlayer
- local p = workspace:FindFirstChild(Player.Name)
- local Mouse = Player:GetMouse()
- local Mouse = Player:GetMouse()
- Mouse.Button1Down:connect(function()
- local p = Instance.new("Part",workspace)
- p.CFrame = Mouse.Hit
- p.Color = Color3.fromRGB(math.random(1,255),math.random(1,255),math.random(1,255))
- end)
Add Comment
Please, Sign In to add comment