ProximityPrompt won't work

bump cause i still need help with this

Try

script.Parent.Triggered:Connect(function(Player)
	if Player.PlayerGui.ROSPACE.Frame.Visible == true then
		Player.PlayerGui.ROSPACE.Frame.Visible = false
	else
		Player.PlayerGui.ROSPACE.Frame.Visible = true
	end
end)
1 Like