Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. game:GetService("Workspace").Banks:GetChildren()[1].Name="Bank"
  2. game:GetService("Workspace").Jewelrys:GetChildren()[1].Name="Jewelry"
  3. if game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members") then
  4. game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members"):Destroy();
  5. else
  6.  
  7. end
  8.  
  9. local Wspace = game:GetService("Workspace")
  10. local Players = game:GetService("Players")
  11.  
  12. if Wspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled == true then
  13. game.StarterGui:SetCore("SendNotification", {
  14. Title = "Jason Karanik Hack"; -- the title (ofc)
  15. Text = "Bank Is Now Open!"; -- what the text says (ofc)
  16. Duration = 6; -- how long the notification should in secounds
  17. })
  18. end
  19.  
  20.  
  21. if Wspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled == false then
  22. game.StarterGui:SetCore("SendNotification", {
  23. Title = "Jason Karanik Hack"; -- the title (ofc)
  24. Text = "Bank Is Closed"; -- what the text says (ofc)
  25. Duration = 6; -- how long the notification should in secounds
  26. })
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement