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)