Questions
Guides
About
Blog
Scripting Helpers is winding down operations and is now read-only.
More info→
Log in to vote
0
how to make when player touch a part gui show for him only?
Asked by
teshowypl
15
2
years ago
ololololololol qwadasdasdasd
1 answer
Log in to vote
0
Answered by
imnotaguest1121
362
2
years ago
Use a local script
0
part.Touched:Connect(function(hit) local player = game.Players:GetPlayerFromCharacter(hit.Parent) if player then player.PlayerGui[Your gui].Enabled = true end)
msculenny
42
— 2y
Answer this question
Answer
Edit
Preview