Kaemi

Untitled

Jul 30th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. m = game:GetService("InsertService"):LoadAsset(22805098)
  2. m.Parent = game.Workspace
  3. m:MakeJoints()
  4.  
  5. for x,y in pairs(game.Players:GetChildren()) do
  6. for i = 1,4 do
  7. h = Instance.new("HopperBin")
  8. h.Parent = y.Backpack
  9. h.Name = "Tool "..i
  10. h.BinType = i
  11. end end
  12.  
  13. --[[ Just run this script, and a Building Kit will appear,
  14. Plus, everyone will get some building tools.]]
Add Comment
Please, Sign In to add comment