Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local players = game:GetService('Players');
- local player = players.LocalPlayer;
- local char = player.Character
- local root = char.HumanoidRootPart;
- local oPos = root.Position;
- spawn(
- function()
- player.CharacterAdded:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/SY0QDkYT"))();
- end)
- while wait() do
- if (root.Position - oPos).magnitude > 10 then
- print("Tped, God Deployed")
- end
- oPos = root.Position
- end
- end
- )
- print("Done")
RAW Paste Data
Copied