--[[ ██████╗ ██████╗ ██╗███╗ ██╗████████╗███████╗ ██████╗ ██╗██╗ ██╗███████╗██████╗ ██╔══██╗██╔═══██╗██║████╗ ██║╚══██╔══╝██╔════╝ ██╔═══██╗██║██║ ██║██╔════╝██╔══██╗ ██████╔╝██║ ██║██║██╔██╗ ██║ ██║ █████╗ ██║ ██║██║██║ ██║█████╗ ██████╔╝ ██╔═══╝ ██║ ██║██║██║╚██╗██║ ██║ ██╔══╝ ██║▄▄ ██║██║╚██╗ ██╔╝██╔══╝ ██╔══██╗ ██║ ╚██████╔╝██║██║ ╚████║ ██║ ███████╗ ╚██████╔╝██║ ╚████╔╝ ███████╗██║ ██║ ╚═╝ ╚═════╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝ ╚══▀▀═╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝ ]] -- First script, use this first to be able to activate the XRAY Button, dont execute this altogether. workspace.RadiologyRooms.RadiologyRoom1["X-Ray Button"]:GetChildren()[3].ProximityPrompt.Enabled = true -- Second script, the Points Giver, once patient shows "discharge" use this for i = 1, 5000 do task.spawn(function() fireproximityprompt(workspace.RadiologyRooms.RadiologyRoom1.PatientRadiology.Torso.ProximityPrompt) end) end