imodex

Ro Ghoul Max level Script

Jun 30th, 2020
9,016
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. game.Players.LocalPlayer.Backpack.DescendantAdded:connect(function(obj)
  2. if obj.ClassName == "LocalScript" then
  3. local TSCode = obj:WaitForChild("TSCodeVal")
  4. _G.Value = TSCode.Value
  5. end
  6. end)
  7. repeat
  8. wait()
  9. until _G.Value ~= nil
  10. for i =0, 200 do
  11. game.workspace.TrainingSessions.TrainingSession.Comm:FireServer("Finished", _G.Value, false)
  12. end
Add Comment
Please, Sign In to add comment