ADVERTISEMENTREMOVE ADS
Inf Spins loop [ Free]
8,760 views
Script Preview
Description
ADVERTISEMENTREMOVE ADS
14 Lines • 414 Bytes
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local targetPos = Vector3.new(-165.78, -1.33, -10.24)
local delaySeconds = 0.1 -- temps entre chaque TP
while true do
task.wait(delaySeconds)
if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
player.Character.HumanoidRootPart.CFrame = CFrame.new(targetPos)
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS





Comments