Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = game.Players.LocalPlayer
- Menu = script.Parent
- Play = Menu.Play
- About = Menu.About
- function MouseEnterPlayButton()
- end
- function MouseLeftPlayButton()
- end
- Play.MouseLeave:connect(MouseLeftPlayButton)
- Play.MouseEnter.:connect(MouseEnterPlayButton
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement