Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. guns.Name = "guns"
  2. guns.Parent = main
  3. guns.BackgroundColor3 = Color3.new(1, 0, 0)
  4. guns.Position = UDim2.new(0.03125, 0, 0.243531615, 0)
  5. guns.Size = UDim2.new(0, 100, 0, 33)
  6. guns.Font = Enum.Font.ArialBold
  7. guns.Text = "나에게 모든 총 주기"
  8. guns.TextColor3 = Color3.new(0, 0, 0)
  9. guns.TextSize = 14
  10. guns.MouseButton1Down:connect(function()
  11. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  12.  
  13. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  14. print(lol)
  15. end
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement