Advertisement
MisterCr1stal

nxx

May 19th, 2022
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. game:GetService("Players").LocalPlayer.OnTeleport:Connect(function(state) --> A teleport for the LocalPlayer was requested
  2.     if state == Enum.TeleportState.InProgress then --> If the game is teleporting the LocalPlayer
  3.         neyron_re_injecting()
  4.       else
  5.         --noth
  6.     end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement