Starscape Ship Mod

Uploaded On
Script Credit :- LeechDiamond483
Features

if u wanted u can do v.Speed.Base.Value = 1000 to set the maxspeed the ship can go. though it will just kick u for anti cheat

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

repeat wait() until game:IsLoaded() local shipName = "Stratos" --whatever ship you are using. capitalize first letter. local shipspath = game:GetService("ReplicatedStorage").Stats.Ships for i,v in next, shipspath:GetChildren() do for i,v in next, v:GetChildren() do if v.Name == shipName then while true do v.Speed.Charge.Value = .1 v.Speed.Warp.Value = 5000 v.Speed.Accel.Value = 5000 v.Speed.Agility.Value = 5000 wait() end end end end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors