-- you can troll other players force the ship to start -- in [""] type other player ship _G.auto = true while _G.auto do workspace.SpawnedShips["target ship name"].Storage.RemoteEvent:FireServer(table.unpack({ [1] = "SetThrottle", [2] = 0, -- Speed })) task.wait(0.1) end