How to make a tire popper (Roblox Studio)
Howdy, today I will show you how to make a mesh car tire popper!
here are the scripts that were used:
------------------------------------------------------------------------------------------------------------------
function Tire(C)
if C.Name == "FL" then -- Change FL to the name of the tire
if C.CanCollide == true then
C.CanCollide = false
script.Parent.Tire:Play()
end
end
end
script.Parent.Touched:connect(Tire)
------------------------------------------------------------------------------------------------------------------
Tire pop sound:
rbxassetid://2694245144
------------------------------------------------------------------------------------------------------------------
Other Videos By pdfrvirx
2020-08-27 | How to make a vehicle crash system (ROBLOX STUDIO) |
2020-08-19 | How to make a police car shiny ( ROBLOX STUDIO ) |
2020-08-15 | How to make a car spawner on Roblox Studio [ ROBLOX ] |
2020-08-05 | Building a Restaurant (ROBLOX STUDIO) |
2020-07-30 | Roblox Terrain Developing |
2020-07-27 | How to make a welcome GUI with music (ROBLOX STUDIO) |
2020-07-16 | How to make a gui from a part (Roblox Studio) |
2020-06-22 | How to make a GUI car spawner (Roblox Studio) |
2020-06-18 | How make a group lock system (Roblox Studio) |
2020-06-17 | How to change the siren on any police car! (Roblox Studio) |
2020-06-17 | How to make a tire popper (Roblox Studio) |
Other Statistics
Roblox Statistics For pdfrvirx
Currently, pdfrvirx has 1,155,489 views for Roblox across 151 videos. His channel uploaded over 4 days worth of Roblox videos, roughly 77.68% of the content that pdfrvirx has uploaded to YouTube.