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

Making a see through wall script?! [closed]

Asked by 5 years ago

I have the script just need something that makes me see through walls any help?

0
The hard way is using viewportframes. SaltyIceberg 81 — 5y

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?

1 answer

Log in to vote
0
Answered by
chafava -113
5 years ago
Edited 5 years ago

If you want to make a part semi transparent during a function, try this:

game.Players.PlayerAdded:connect(function(player)
           if player.Name == Robloxian_Hero1234 then
                game.Workspace.Partnamehere.Transperency = 1 -- How invisible part is
           end
      end
end 
Ad