Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I make a frame.visible = false when I jump up from a seat?

Asked by 6 years ago

I already have a system in place that makes a gui pop up when I sit, but how would I make the frame invisible when I jump up from that seat? Thank you.

0
http://wiki.roblox.com/index.php?title=API:Class/Seat/Occupant if your using the function or something like it seat.Changed:connect(function(property) if the occupant isn't the player or doesnt exist change the gui transparency to 1 or visible to false whatever you want TheGreatSailor 20 — 6y

Answer this question