I have the script just need something that makes me see through walls any help?
If you want to make a part semi transparent during a function, try this:
1 | game.Players.PlayerAdded:connect( function (player) |
2 | if player.Name = = Robloxian_Hero 1234 then |
3 | game.Workspace.Partnamehere.Transperency = 1 -- How invisible part is |
4 | end |
5 | end |
6 | end |
Closed as Not Constructive by JakyeRU and DeceptiveCaster
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?