idkllal

Untitled

Jun 7th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. wait(3)
  2.  
  3. local dd = false
  4.  
  5. local Player = game.Players.LocalPlayer
  6. local p = workspace:FindFirstChild(Player.Name)
  7. local Mouse = Player:GetMouse()
  8.  
  9.  
  10.  
  11. local Mouse = Player:GetMouse()
  12. Mouse.Button1Down:connect(function()
  13.  
  14. local p = Instance.new("Part",workspace)
  15. p.CFrame = Mouse.Hit
  16. p.Color = Color3.fromRGB(math.random(1,255),math.random(1,255),math.random(1,255))
  17.  
  18. end)
Add Comment
Please, Sign In to add comment