Boogie_
Performance Debugging Pro
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
400 XP
Hello i thagout that i whould share a littel script i made for Blob simulator its pretty simple litlle buggy what it basicly does it collcets all blobs until your backpack is full then you just need to hold your mouse over the sell place and spam e here is the script
print("Blobs $$$ Script Loaded")
plr = game.Players.LocalPlayer
hum = plr.Character.HumanoidRootPart
mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "e" then
if mouse.Target then
hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
end
end
end)
for i = 1, 999999999999999999999 do
for i, v in pairs(game.Workspace.GameStuff.Blobs:children()) do
for i, a in pairs(v:children()) do
game.ReplicatedStorage.Events.DealDamage:FireServer(a.BlobProperties, 1000)
end
end
end
local player = game.Players.LocalPlayer
local mousee = player:GetMouse()
print("Blobs $$$ Script Loaded")
plr = game.Players.LocalPlayer
hum = plr.Character.HumanoidRootPart
mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "e" then
if mouse.Target then
hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
end
end
end)
for i = 1, 999999999999999999999 do
for i, v in pairs(game.Workspace.GameStuff.Blobs:children()) do
for i, a in pairs(v:children()) do
game.ReplicatedStorage.Events.DealDamage:FireServer(a.BlobProperties, 1000)
end
end
end
local player = game.Players.LocalPlayer
local mousee = player:GetMouse()