Skip to content

Commit

Permalink
Fixed cashierGUI enterusername close button
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev committed Jun 24, 2021
1 parent 1deb703 commit a658e53
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 195 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ path.cashierGui.usernamePrompt.buttonFrame.submitOrderButton.MouseButton1Up:Conn
end)
path.cashierGui.usernamePrompt.exitButton.MouseButton1Up:Connect(function()
openBounce = false
tween:CreateExitTween(path.cashierGui.reportBugs)
tween:CreateExitTween(path.cashierGui.usernamePrompt)
end)
path.cashierGui.usernamePrompt.exitButton.TextButton.MouseButton1Up:Connect(function()
openBounce = false
tween:CreateExitTween(path.cashierGui.reportBugs)
tween:CreateExitTween(path.cashierGui.usernamePrompt)
end)
-- reportBugs
path.cashierGui.reportBugs.homeIcon.MouseButton1Up:Connect(function()
Expand Down
Loading

0 comments on commit a658e53

Please sign in to comment.