Advertisement
2AreYouMental110

clicker simulator enable all boosts

Jan 11th, 2022
1,643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. -- https://web.roblox.com/games/7560156054/BEE-Clicker-Simulator
  2. for i, v in pairs(game.Players.LocalPlayer.Boosts:GetDescendants()) do
  3.     if v.Name == "isActive" then
  4.         v.Value = true
  5.     end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement