Advertisement
pz_java

spawns

Apr 15th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while true do
  2. wait(5)
  3. for _,player in pairs(game.Players:GetPlayers()) do
  4. game:GetService("ReplicatedStorage").Logic.giveitem:FireServer("RokakakaFruit",player.Name)
  5. game:GetService("ReplicatedStorage").Logic.giveitem:FireServer("StandArrow",player.Name)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement