Advertisement
HudsonScripterRoblox

BrickChangingTool

May 10th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. ----Change hudsonreylavida2014 to ur name! dont delete the dot-----
  2. B = Instance.new("Part")
  3. B.Parent = game.Workspace
  4. B.Name = "Handle"
  5. T = Instance.new("Tool")
  6. T.Name = "DAmn"
  7. T.Parent = game.Workspace
  8. B.Parent = game.Workspace.DAmn
  9. T.Parent = game.Workspace.hudsonreylavida2014
  10.  
  11. T.Activated:connect(function()
  12.   B.BrickColor = BrickColor.Random()
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement