Advertisement
Upscalefanatic3

ROBLOX High School scripts

Oct 18th, 2017
18,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. --READ CAREFULLY
  2.  
  3. Sunblox Cafe Items
  4.  
  5. Pizza
  6. Hot Dog
  7. Double Cheezburger
  8. Sunblox Latte
  9. Donut
  10. Cookie
  11. Apple
  12.  
  13. game.ReplicatedStorage.RemoteFunctions.PurchaseTemporaryItem:InvokeServer("Sunblox Cafe", "SunbloxItemHere")
  14.  
  15. Chef Umbra
  16.  
  17. Misfortune Cookie
  18. Void Burger
  19. Taco
  20. Space Sandwich
  21. Caique
  22. Void Pizza
  23.  
  24. game.ReplicatedStorage.RemoteFunctions.PurchaseTemporaryItem:InvokeServer("Chef Umbra's","ChefUmbraItemHere")
  25.  
  26. Apartment Lock/Unlock
  27.  
  28. game.ReplicatedStorage.RemoteFunctions.ToggleHomeLock:FireServer(Workspace.apartment_ThePlayersName)
  29.  
  30. Club Red
  31.  
  32. Decoy Deploy
  33. Golden Chalice Of Fame
  34. The Monster Mash
  35. The Michael Jackson
  36. Dragonbreath Potion
  37. Spicy-Green Drink
  38. Spice-It-Up Drink
  39. Kick-Starter Drink
  40. Witches Brew
  41. Frost Potion
  42. Swag-It-Up Drink
  43. Bloxy Cola
  44.  
  45. game.ReplicatedStorage.RemoteFunctions.PurchaseTemporaryItem:FireServer("Club Red", "ClubRedItem")
  46.  
  47. Home Lock/Unlock (fail)
  48.  
  49. Tried to get it to work but ran into a problem!
  50.  
  51. game.ReplicatedStorage.RemoteFunctions.ToggleHomeLock:FireServer(Workspace.!home_ThePlayersName)
  52.  
  53. Money:
  54.  
  55. Changing the wait time below 3 is bad, it won't collect any money if you do
  56.  
  57. while wait(3.0) do
  58. game.ReplicatedStorage.RemoteFunctions.fishUpdate:InvokeServer(370194726)
  59. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement