Please provide explanation with your answers. Simply posting code does not spread knowledge of integral scripting processes which helps people understand the logic and reasoning behind your answer.
Put this in a Local Script Inside StarterGUI. you will have to multiply the script if there is more then one part inside of the 8Ball. I highly recommend making a folder for it.
01 | local player = game:GetService( "Players" ).LocalPlayer |
03 | local character = player.Character or player.CharacterAdded:Wait() |
09 | game:GetService( "RunService" ).RenderStepped:Connect( function () |
13 | for i, part in pairs (character:GetChildren()) do |
15 | if string.match(part.Name, "NAMEOFPARTINSIDE8BALLGEAR" ) then |
17 | part.LocalTransparencyModifier = 0 |
Closed as Not Constructive by awfulszn, DeceptiveCaster, and zblox164
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?