Posted
so i found a script that universal tps all items but it does not reapeat can someone make it reapeat?
for _, pskov in pairs(game.Workspace:GetDescendants()) do
if pskov:IsA("Tool") and pskov:FindFirstChild("Handle") then
pskov.Handle.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
Replied
im not sure but try with:
for _, pskov in pairs(game.Workspace:GetDescendants()) do
if pskov:IsA("Tool") and pskov:FindFirstChild("Handle") then
pskov.Handle.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
repeat(10)
end
end
Cancel
Post
UI Developer
Replied
@59869dosent work
Cancel
Post
Replied
norepeat = false
while true do
if norepeat then return end
for _, pskov in pairs(game.Workspace:GetDescendants()) do
if pskov:IsA("Tool") and pskov:FindFirstChild("Handle") then
pskov.Handle.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
wait()
end
end
end
Tell me if it worked
not tested
Cancel
Post
Hello there
#StayHome
Replied
@27164dosent work it makes game laggy and dosent even tp evryhting
Cancel
Post
Hello there
#StayHome
Replied
@27164bro idk anything about scripting but i can tell u for a fact it works with great lag dosent loop and dosent even tp evrything
Cancel
Post
Replied
press f9 when executing tell me if there is any errors
norepeat = false
while true do
if norepeat then return end
for _, pskov in pairs(game.Workspace:GetDescendants()) do
if pskov:IsA("Tool") and pskov:FindFirstChild("Handle") then
pskov.Handle.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
wait(2)
end
end
end
Cancel
Post
Hello there
#StayHome
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post