Homestyle_chicken

ags

Aug 31st, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. if game.Players.LocalPlayer.Name == "Shadows_Overlord" then
  2. local slot1 = "M9"
  3. local slot2 = "M4A1"
  4. local slot3 = "Remington 870"
  5. elseif game.Players.LocalPlayer.Name == "Hot_NIGmGAs" then
  6. local slot1 = "M9"
  7. local slot2 = "AK-47"
  8. local slot3 = "Remington 870"
  9. end
  10. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver[slot1].ITEMPICKUP)
  11. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver[slot2].ITEMPICKUP)
  12. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver[slot3].ITEMPICKUP)
Add Comment
Please, Sign In to add comment