Universal Script 📌
7.1k Views
Free

Fe Invisible Car GUi

Universal Script 📌Uploaded byRed_Velvet_Cookie Red_Velvet_Cookie
3 years ago

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)

View Raw Edited By: Red_Velvet_Cookie
Edited By: Red_Velvet_CookieDownload
Comments
3
User profile picture

I dont know how to match the title cause im actually new

3 years ago
User profile picture
____Verified
Verified User

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

3 years ago
User profile picture

I already say its not mine

3 years ago
Please Login to add comment.

Tags