Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i, item in pairs(drop:GetChildren()) do
- if item.Name == "Reward" then
- remotes.Bank:FireServer("+", item.Value, item.Amount.Value)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement