Glyoit

Untitled

Jun 23rd, 2019
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function ezpz(Gold, Gem, Bit)
  2. local Event = game:GetService("ReplicatedStorage").Events.TerminalReward
  3. Event:FireServer(Gold, Gem, Bit, 3)
  4. end
  5. local Gold = 1 -- Gold
  6. local Gem = 1 --Gem
  7. local Bit = 1 --Bit
Add Comment
Please, Sign In to add comment