Advertisement
codemen

Spawn item script [roblox]

Nov 24th, 2017
19,263
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 1 0
  1. remote = game.Lighting.Remote
  2.  
  3. ao = remote.AddObject
  4.  
  5. slots = game.Players.LocalPlayer.playerstats.slots
  6.  
  7. cp = remote.ChangeProperty
  8.  
  9. di = remote.DropItem
  10.  
  11. item4 = 53 -- 391855781
  12.  
  13. slot4 = slots.slot15 -- slot4
  14.  
  15. ao:FireServer(slot4, item4)
  16.  
  17. wait(0.2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement