Hi guys!
So basically this thing has been happening lately where (in 2 games now) the proximity prompt I add does not show up when testing, no error messages are being said in the output and everything in the properties of the proximity prompt appears as usual. I even tried uninstalling and reinstalling roblox studio! I can provide footage, screenshots etc…
here is the script that in the proximity prompt:
local proximityPrompt = script.Parent
proximityPrompt.Triggered:Connect(function(player)
print("this works!")
end)
if you add the ProximityPrompt to a Character’s HumanoidRootPart or to a rig’s HumanoidRootPart
Turn RequiresLineOfSight to false
if you didn’t turn it to true