Advertisement
pa1nx9

Free Roblox Script Youtuber Simulator X - Free Candy Script

Oct 28th, 2021
1,136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. _G.CandyExploit = {
  2. PopEffect = false,
  3. Toggle = true
  4. }
  5.  
  6. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  7.  
  8. while wait() do
  9. if _G.CandyExploit.Toggle == true then
  10. ReplicatedStorage.spawnCandy:FireServer()
  11.  
  12. if _G.CandyExploit.PopEffect == true then
  13. ReplicatedStorage.candyPop:Fire()
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement