Our search systems are undergoing rapid maintenance, they may be intermittently unavailable. Sorry for the inconvenience!
Universal Script πŸ“Œ
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)

View Raw
Edited By: Red_Velvet_Cookie Download


Comments
3
User profile picture
Red_Velvet_Cookie 4 years ago - Edited
I dont know how to match the title cause im actually new
User profile picture
____Verified
Verified Badge
Verified User
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
User profile picture
Red_Velvet_Cookie 4 years ago - Edited
I already say its not mine
Please Login to add a comment.