
22.7k Views
642 Executions
Fe Invisible Car GUi
Universal Script 📌Uploaded by 5 years ago
Please login to perform these actions:
Description
Once you load this script you get a gui but to active the invisible car is you press Car off button then it will go and press the car on button to turn it off (its reversed and its not mine i just load it cause no one loaded this script lol)




Forge Hub | 40+ Games, OP Features & Auto Farms




I already say its not mine
local Toggled = false local Anim, track, hum Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://179224234" if not track or hum ~= game.Players.LocalPlayer.Character.Humanoid then pcall(game.Destroy, track) track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) hum = game.Players.LocalPlayer.Character.Humanoid end if Toggled == false then game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 69 --script.Parent.Text = "Car ON" track:Play(.1, 1, 1) Toggled = true elseif Toggled == true then track:Stop() --script.Parent.Text = "Car OFF" game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 Toggled = false
I dont know how to match the title cause im actually new