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

how to make when player touch a part gui show for him only?

Asked by 2 years ago

ololololololol qwadasdasdasd

1 answer

Log in to vote
0
Answered by 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
Ad

Answer this question