RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"create me a script that whenever I jump, it kicks me out of the game"
-- local script local player = game.Players.LocalPlayer player.Character.Humanoid.Jumping:Connect(function() game:GetService("TeleportService"):Teleport(game.PlaceId) end)