9.8k Views
Description
Join my discord: https://discord.gg/uRwNS5Dt made by @kylosilly
Comments
7

Offline
CatBoy 1 year ago
@user954252526
Offline
ReactorCoreDev 1 year ago
nice
Offline
CatBoy 1 year ago
@ReactorCoreDev I make it delete the coins
Offline
CatBoy 1 year ago
@ReactorCoreDev I already prevented the lag by deleting the parts with childadded and a normal loop on value
Offline
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
})
Offline
Daydreaming 1 year ago
i got ban from game (jjsploit)
Offline
ReactorCoreDev 1 year ago
bro jjsploit is detected
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
