Roblox Studio How To Check For Button Press
Roblox Studio How To Check For Button Press. You can use @TheParkourGamer10’s print command for each button EX The Exit button local Exitbutton = scriptParent – Change name so the script can tell the difference buttonMouseButton1ClickConnect(function() print(“PressedExit”) end) EX The Open Button local Openbutton = scriptParent – Change name so the script can tell the…