5.3k Views
INF Everything
Make and Sell WeaponsUploaded by 1 year ago
Please login to perform these actions:Description
just fires 3 remotes pretty simple
Comments
2

Offline
Bluto_1 1 year ago - Edited
auto craft weapons for u
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local RemoveMaterials = ReplicatedStorage:WaitForChild("Event"):WaitForChild("RemoveMaterialsToCraft")
local CraftWeapon = ReplicatedStorage:WaitForChild("Event"):WaitForChild("CraftWeapon")
while true do
local args1 = {
[1] = "Nebula"
}
RemoveMaterials:FireServer(unpack(args1))
local args2 = {
[1] = "Nebula",
[2] = 1
}
CraftWeapon:FireServer(unpack(args2))
task.wait(0.1)
end
Offline
ExploitFin 1 year ago - Edited
U can also get all of the weapons for free

![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
