ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
[✨NEW] RNG Dropper Tycoon
3.4k Views

INF Diamonds INF Blocks OPEN SOURCE

[✨NEW] RNG Dropper TycoonUploaded by
8 months ago
Please login to perform these actions:

Description

INF Diamonds INF Blocks (you can spawn blocks through the script for EX: CobbleStone) Features: INF Diamonds INF Blocks

View Raw
Edited By: semboyaka Download


Comments
7
User profile picture
daviduhl1000 8 months ago
explains how to use at least
User profile picture
DarkReaperTop 8 months ago
yo what best blocks are in game
User profile picture
lezzyttooonty 8 months ago
dont work
User profile picture
akifrzayev06 8 months ago
Fake script
lezzyttooonty's profile picturelezzyttooontydont work
User profile picture
semboyaka 8 months ago
@lezzyttooonty Did you even notice that you have to change the amount to the amount you want? It isn't just Dirt = amount, Cobblestone = amount, you have to change the "amount" to the amount you want. Also execute one of them at a time, for the other one, local args = { amount of diamonds } game:GetService("ReplicatedStorage"):WaitForChild("rbxts_include"):WaitForChild("node_modules"):WaitForChild("@rbxts"):WaitForChild("remo"):WaitForChild("src"):WaitForChild("container"):WaitForChild("collect.diamonds"):FireServer(unpack(args)) you have to change the "amount" to the amount you want
User profile picture
semboyaka 8 months ago
Notice that you have to change the amount to the amount you want, It isn't just Dirt = amount, Cobblestone = amount, you have to change the "amount" to the amount you want. Also execute one of them at a time, for the other one, local args = { amount of diamonds } game:GetService("ReplicatedStorage"):WaitForChild("rbxts_include"):WaitForChild("node_modules"):WaitForChild("@rbxts"):WaitForChild("remo"):WaitForChild("src"):WaitForChild("container"):WaitForChild("collect.diamonds"):FireServer(unpack(args)) you have to change the "amount" to the amount you want
akifrzayev06's profile pictureakifrzayev06Fake script
User profile picture
semboyaka 8 months ago
@akifrzayev06 Example for both: --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] -- INF BLOCKS -- local args = { { Dirt = 9999999, Cobblestone = 999999 } } game:GetService("ReplicatedStorage"):WaitForChild("rbxts_include"):WaitForChild("node_modules"):WaitForChild("@rbxts"):WaitForChild("remo"):WaitForChild("src"):WaitForChild("container"):WaitForChild("collect.drops"):FireServer(unpack(args)) -- INF DIAMONDS -- local args = { 999999 } game:GetService("ReplicatedStorage"):WaitForChild("rbxts_include"):WaitForChild("node_modules"):WaitForChild("@rbxts"):WaitForChild("remo"):WaitForChild("src"):WaitForChild("container"):WaitForChild("collect.diamonds"):FireServer(unpack(args))
Please Login to add a comment.