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

How to make a proximity prompt pop up a gui??

Asked by 2 years ago

The question is in the title.

1 answer

Log in to vote
0
Answered by 2 years ago
Edited 2 years ago

Try this

script.Parent.ProximityPrompt.Triggered:Connect(function(plr)

    plr.PlayerGui.levelportal.Enabled = true

    end)


Levelportal is my screen gui name so rename it.

0
It worked Thanks agian King XD blue_bunny0fficl 98 — 2y
0
Your Welcome theking66hayday 841 — 2y
Ad

Answer this question