MILKITTV

ROBLOX New updated egg hunt script hack

Apr 14th, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function trigger(e)
  2.  
  3. for i,v in pairs(e:children())do
  4. if v:IsA("RemoteEvent") then
  5. --print(v:GetFullName())
  6. v:FireServer()
  7. end
  8. trigger(v)
  9. end
  10. end
  11. trigger(game.ReplicatedStorage.remotes.eggs)
Add Comment
Please, Sign In to add comment