All Characters/Max stats/Inf Fuel/HealthBoxTP [UPDATE] Transformers: Prime

Script Credit :- PooNilla #2629
Features

--Inf Fuel For Planes Modes/Max Stats(Except Max HP)/Unlock All Characters -- HealthBoxTP( It will tp healthboxes to you once you take damage but it's not super fast so dont take dmg too fast or you will still die)

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

--HealthBox TP local me = game.Players.LocalPlayer local myr = game:GetService("Workspace").DustyDays12.HumanoidRootPart local myh = game:GetService("Workspace").DustyDays12.Humanoid while wait(1) do for i,v in pairs(game.Workspace:GetDescendants()) do if v:IsA("TouchTransmitter") then pcall(function() if myh.Health < 100 then if v.Parent.isActive.Value == true then v.Parent.CFrame = myr.CFrame end end end )end end end --Inf Fuel/Max Stats/ Unlock Characters while true do wait() game:GetService("Players").DustyDays12.PlayerGui.WalkSpeed.Value = 23 game:GetService("Players").DustyDays12.PlayerGui.RunSpeed.Value = 33 game:GetService("Players").DustyDays12.PlayerGui.TransformSpeed.Value = 200 game:GetService("Players").DustyDays12.PlayerGui.Fuel.Value = 100 game:GetService("Players").DustyDays12.leaderstats.Kills.Value = 500 end

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