Anomic Script | SHLONG SCRIPT

Created by Mapple

Features:

  • GET WINS
local Delay = 0.1
for _, Tool in next, game:GetService('Players').LocalPlayer.Backpack:GetChildren() do
    if Tool.Name == 'Sprayer' then
        Tool.Parent = game:GetService('Players').LocalPlayer.Character
        wait(Delay)
    end
end
local NumberOfSprayers = 0
for _, Tool in next, game:GetService('Players').LocalPlayer.Character:GetChildren() do
    if Tool.Name == 'Sprayer' then
        NumberOfSprayers = NumberOfSprayers + 1
        Tool.ToolModel.hitbox.Mesh:Destroy()
        Tool.GripPos = Vector3.new(0.3, -NumberOfSprayers, -1.1)
        wait(Delay)
    end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS