ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Steal a Garden!🌽
9.8k Views

Pickup Aura Auto Sell And More

Steal a Garden!🌽Uploaded by
1 year ago
Please login to perform these actions:

Description

Join my discord: https://discord.gg/uRwNS5Dt made by @kylosilly

View Raw
Edited By: CatBoy Download


Comments
7
User profile picture
CatBoy 1 year ago
@user954252526
User profile picture
ReactorCoreDev 1 year ago
nice
User profile picture
CatBoy 1 year ago
@ReactorCoreDev I make it delete the coins
User profile picture
CatBoy 1 year ago
@ReactorCoreDev I already prevented the lag by deleting the parts with childadded and a normal loop on value
User profile picture
ReactorCoreDev 1 year ago
you could use misc_group:AddButton({ Text = 'Destroy Coins', Tooltip = 'Deletes coins to prevent lag', Func = function() for _, v in next, workspace:GetChildren() do if v.Name == "Coin" then v:Destroy() end end end }) misc_group:AddToggle('remove_new_coins', { Text = 'Destroy New Coins', Default = remove_new_coins, Tooltip = 'Deletes new coins to prevent lag', Callback = function(Value) remove_new_coins = Value workspace.ChildAdded:Connect(function(i) if not Value == true then return end if i.Name == "Coin" then i:Destroy() end end) end })
User profile picture
Daydreaming 1 year ago
i got ban from game (jjsploit)
User profile picture
ReactorCoreDev 1 year ago
bro jjsploit is detected
Please Login to add a comment.