Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Yes I know its not obfuscated, but I don't really care.
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local NetworkAccess = coroutine.create(function()
- while true do game:GetService("RunService").RenderStepped:Wait()
- LocalPlayer.ReplicationFocus = workspace
- LocalPlayer.MaximumSimulationRadius = 2.147e+097
- LocalPlayer.SimulationRadius = 2.147e+06 end end)
- coroutine.resume(NetworkAccess)
- for _,v in next, workspace.Vehicles:GetDescendants() do
- if v:IsA("BasePart") and v.Anchored == false then
- v.CFrame = CFrame.new(-1227.3407, 25.4999943, -1738.55542)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement