Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make models/parts visible and invisible through a local script or/and script?

Asked by 3 years ago
Edited 3 years ago

Hi. I am working on a game, and I would like to know how to make models OR parts visible and invisible / transparent and visible through a local script.

Should this be done in a server script rather than a local script? How would I do it in each script? Is it possible with models and parts?

If you know the answers to these questions, please help.

0
Try putting your script inside of the part and doing this: script.Parent.Transparency = ((Imput number between 0 and 1)) A local script will change the part purely for the player. A regular script will change it for all people. Hope this helps :) ashpash1212 2 — 3y
0
Also, a LocalScript will have to be put inside starterplayerscripts or startercharacterscripts. Do do this do workpsace.(enter your part name here) then do the same thing. ashpash1212 2 — 3y

Answer this question