ADVERTISEMENTREMOVE ADS
Togglable Freeze Spammer [OPEN SOURCE]
88,830 views
Script Preview
Description
This is an Open Source Blade Ball Freeze Spammer Feel Free to Modify it
* Requires The Ability Freeze
Also just to let you know this only works if ur in the game playing not in lobby
* Requires The Ability Freeze
Also just to let you know this only works if ur in the game playing not in lobby
Features:
- Taggable Freezer Spammer
ADVERTISEMENTREMOVE ADS
24 Lines • 665 Bytes
Verified
local UserInputService = game:GetService("UserInputService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local sus = false
local function toggleSus()
sus = not sus
if sus then
print("Freeze Spammer is enabled")
while sus do
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Freeze"):FireServer()
wait()
end
else
print("Freeze Spammer is disabled")
end
end
UserInputService.InputBegan:Connect(function(input, gameProcessed)
if not gameProcessed and input.KeyCode == Enum.KeyCode.B then
toggleSus()
end
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS
![[NEW] best Blade ball Script! thumbnail](/_next/image?url=%2Fassets%2Fscripts%2F65c9966d295c307929742434_1707710062014_vzrGuE4MaV.webp&w=640&q=75)

Comments