
22.4k Views
Fe Invisible Car GUi
Universal Script πUploaded by 4 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)
Comments
3

Offline
Red_Velvet_Cookie 4 years ago - Edited
I dont know how to match the title cause im actually new
Offline
____Verified
4 years ago - Edited
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
Verified User

Offline
Red_Velvet_Cookie 4 years ago - Edited
I already say its not mine

