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

how do i fix my proximimity promp when its not working?

Asked by
CMB1048 25
1 year ago

i am trying to make a script where it shows a gui when you activate a proxmity prompt but it isnt working

this is in a local script inside of the proximity prompt

local px = script.Parent

px.Triggered:Connect(function()
    game.ReplicatedStorage["Blacksmith shop"].Parent = game.Players.LocalPlayer.PlayerGui

end)


0
Is it working just the first time you trigger it? or not at all? sergeant_ranger 184 — 1y
0
not at all CMB1048 25 — 1y
0
please help me with this CMB1048 25 — 1y
1
i think the problem is that it is a local script, and doesnt run in workspace. try putting it in the StarterGui, and change px to reference the proximity prompt from ther. sergeant_ranger 184 — 1y

Answer this question