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 1 year ago

The question is in the title.

1 answer

Log in to vote
0
Answered by 1 year ago
Edited 1 year 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 — 1y
0
Your Welcome theking66hayday 841 — 1y
Ad

Answer this question