Advertisement
HoangAnh_GaToVi

Ro Hero Academia Demo

Aug 14th, 2018
165
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 wait(0.1)
  2. local remote = Game["ReplicatedStorage"]["SomeStuff"]["LVFIX"]
  3. local args = {}
  4. remote:FireServer(unpack(args))
  5.  
  6. local remote = Game["ReplicatedStorage"]["LevelUpRemotes"]["LVUp"]
  7. local args = {}
  8. remote:FireServer(unpack(args))
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement