Message
Message
function CreateHighlight()
for i, v in pairs(game.Players:GetPlayers()) do
if v ~= game:GetService("Players").LocalPlayer and v.Character ~= nil
and v.Character:FindFirstChild("HumanoidRootPart") and not
v.Character:FindFirstChild("ESP_Highlight") then
local esphigh = Instance.new("Highlight", v.Character)
esphigh.Name = "ESP_Highlight"
esphigh.FillColor = Color3.fromRGB(160, 160, 160)
esphigh.OutlineTransparency = 1
esphigh.FillTransparency = applyesptrans
end
end
end
function UpdateHighlights()
for _, v in pairs(game.Players:GetPlayers()) do
if v ~= game:GetService("Players").LocalPlayer and v.Character ~= nil
and v.Character:FindFirstChild("HumanoidRootPart") and
v.Character:FindFirstChild("ESP_Highlight") then
local Highlight = v.Character:FindFirstChild("ESP_Highlight")
if v.Name == Sheriff and IsAlive(v) then
Highlight.FillColor = Color3.fromRGB(0, 0, 225)
Highlight.FillTransparency = applyesptrans
elseif v.Name == Murder and IsAlive(v) then
Highlight.FillColor = Color3.fromRGB(225, 0, 0)
Highlight.FillTransparency = applyesptrans
elseif v.Name == Hero and IsAlive(v) and
v.Backpack:FindFirstChild("Gun") then
Highlight.FillColor = Color3.fromRGB(255, 255, 0)
Highlight.FillTransparency = applyesptrans
elseif v.Name == Hero and IsAlive(v) and
v.Character:FindFirstChild("Gun") then
Highlight.FillColor = Color3.fromRGB(255, 255, 0)
Highlight.FillTransparency = applyesptrans
elseif not IsAlive(v) then
Highlight.FillColor = Color3.fromRGB(100, 100, 100)
Highlight.FillTransparency = applyesptrans
else
Highlight.FillColor = Color3.fromRGB(0, 225, 0)
Highlight.FillTransparency = applyesptrans
end
end
end
end
function IsAlive(Player)
for i, v in pairs(roles) do
if Player.Name == i then
if not v.Killed and not v.Dead then
return true
else
return false
end
end
end
end
function HideHighlights()
for _, v in pairs(game.Players:GetPlayers()) do
if v ~= game:GetService("Players").LocalPlayer and v.Character ~= nil
and v.Character:FindFirstChild("ESP_Highlight") then
v.Character:FindFirstChild("ESP_Highlight"):Destroy()
end
end
end
applyesptrans = 0.5
Mains:CreateToggle("ESP Players", function(SeeRoles)
if SeeRoles then
SSeeRoles = true
while SSeeRoles == true do
roles = game:GetService("ReplicatedStorage"):FindFirstChild("GetPlayerData",
true):InvokeServer()
for i, v in pairs(roles) do
if v.Role == "Murderer" then
Murder = i
elseif v.Role == "Sheriff" then
Sheriff = i
elseif v.Role == "Hero" then
Hero = i
end
end
CreateHighlight()
UpdateHighlights()
end
else
SSeeRoles = false
task.wait(0.2)
HideHighlights()
end
end)
gunshot = false
Mains:CreateToggle("Shoot [M]", function(gunsh)
if gunsh then
gunshot = true
else
gunshot = false
end
end)
knifethrow = false
Mains:CreateToggle("Throw [C]", function(throw)
if throw then
knifethrow = true
else
knifethrow = false
end
end)
seedeadchat = false
Mains:CreateToggle("See Dead Chat", function(seechat)
if seechat then
seedeadchat = true
else
seedeadchat = false
end
end)
sprayroleinno = false
Mains:CreateToggle("Spray Innocents", function(sprayinno)
if sprayinno then
sprayroleinno = true
else
sprayroleinno = false
end
end)
sprayrolemurd = false
Mains:CreateToggle("Spray Murderer", function(spraymurd)
if spraymurd then
sprayrolemurd = true
else
sprayrolemurd = false
end
end)
sprayrolegun = false
Mains:CreateToggle("Spray Sheriff/Hero", function(spraygun)
if spraygun then
sprayrolegun = true
else
sprayrolegun = false
end
end)
function UserFromBox(String)
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
if (string.sub(string.lower(v.Name),1,string.len(String))) ==
string.lower(String) then
return v
end
end
end
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
709669, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
709669, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
709669, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
709669, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
709669, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
709669, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
end
elseif v.Name == Murder and IsAlive(v) and sprayrolemurd == true
then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
712433, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
712433, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
712433, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
712433, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
712433, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
712433, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
end
elseif v.Name == Hero and IsAlive(v) and
v.Backpack:FindFirstChild("Gun") and sprayrolegun == true then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
end
elseif v.Name == Hero and IsAlive(v) and
v.Character:FindFirstChild("Gun") and sprayrolegun == true then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
end
elseif IsAlive(v) and sprayroleinno == true then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(53678
13357, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(53678
13357, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(53678
13357, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(53678
13357, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(53678
13357, Enum.NormalId.Front, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(53678
13357, Enum.NormalId.Back, 1.7, game.Players[v.Name].Character.HumanoidRootPart,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2.85, 0))
end
end
end
end
end
end)
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
709669, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
709669, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
709669, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
end
elseif v.Name == Murder and IsAlive(v) and sprayrolemurd == true
then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
712433, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
712433, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
712433, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
end
elseif v.Name == Hero and IsAlive(v) and
v.Backpack:FindFirstChild("Gun") and sprayrolegun == true then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
end
elseif v.Name == Hero and IsAlive(v) and
v.Character:FindFirstChild("Gun") and sprayrolegun == true then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13901
715538, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
end
elseif IsAlive(v) and sprayroleinno == true then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(53678
13357, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(53678
13357, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(53678
13357, Enum.NormalId.Top, 5, workspace.Lobby.VoteIcons.VotePad2,
game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, -3, 0))
end
end
end
end
end
end)
toolkill = Instance.new("Tool")
toolkill.RequiresHandle = false
toolkill.Name = "Destroy Player Tool"
toolkill.Parent = game.Players.LocalPlayer.Backpack
toolkill.Equipped:connect(function()
_G.targetkill = game:GetService("RunService").RenderStepped:Connect(function()
if game.Players.LocalPlayer:GetMouse().Target then
local model =
game.Players.LocalPlayer:GetMouse().Target:FindFirstAncestorOfClass("Model")
if model and model:FindFirstChild("Humanoid") and
model:FindFirstChild("DisplayName") then
killhigh.Parent = model
else
killhigh.Parent = game.ReplicatedFirst
end
end
end)
end)
toolkill.Unequipped:connect(function()
_G.targetkill:Disconnect()
killhigh.Parent = game.ReplicatedFirst
end)
toolkill.Activated:connect(function()
for i,v in pairs(game.Players:GetPlayers()) do
if v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") and
v.Character:FindFirstChild("KillHighlight") then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Back, 15, v.Character.HumanoidRootPart, CFrame.new(0, math.huge, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Back, 15, v.Character.HumanoidRootPart, CFrame.new(0, math.huge, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Back, 15, v.Character.HumanoidRootPart, CFrame.new(0, math.huge, 0))
end
end
end
end)
if game.ReplicatedFirst:FindFirstChild("FlingHighlight") then
game.ReplicatedFirst:FindFirstChild("FlingHighlight"):Destroy()
else
for i, v in pairs(workspace:GetDescendants()) do
if v.Name == "FlingHighlight" then
v:Destroy()
end
end
end
local flinghigh = Instance.new("Highlight", game.ReplicatedFirst)
flinghigh.Name = "FlingHighlight"
flinghigh.OutlineColor = Color3.fromRGB(255, 0, 0)
flinghigh.OutlineTransparency = 1
flinghigh.FillTransparency = 0.5
toolfling = Instance.new("Tool")
toolfling.RequiresHandle = false
toolfling.Name = "Fling Player Tool"
toolfling.Parent = game.Players.LocalPlayer.Backpack
toolfling.Equipped:connect(function()
_G.targetfling = game:GetService("RunService").RenderStepped:Connect(function()
if game.Players.LocalPlayer:GetMouse().Target then
local model =
game.Players.LocalPlayer:GetMouse().Target:FindFirstAncestorOfClass("Model")
if model and model:FindFirstChild("Humanoid") and
model:FindFirstChild("DisplayName") then
flinghigh.Parent = model
else
flinghigh.Parent = game.ReplicatedFirst
end
end
end)
end)
toolfling.Unequipped:connect(function()
_G.targetfling:Disconnect()
flinghigh.Parent = game.ReplicatedFirst
end)
toolfling.Activated:connect(function()
for i,v in pairs(game.Players:GetPlayers()) do
if v.Character ~= nil and v.Character:FindFirstChild("LeftHand") and
v.Character:FindFirstChild("FlingHighlight") then
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game.ReplicatedStorage.Remotes.Extras.ReplicateToy:InvokeServer("SprayPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Back, 7, v.Character.LeftHand, v.Character.HumanoidRootPart.CFrame *
CFrame.new(10, 5, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Back, 7, v.Character.LeftHand, v.Character.HumanoidRootPart.CFrame *
CFrame.new(10, 5, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Back, 7, v.Character.LeftHand, v.Character.HumanoidRootPart.CFrame *
CFrame.new(10, 5, 0))
end
end
end
end)
toolgod = Instance.new("Tool")
toolgod.RequiresHandle = false
toolgod.Name = "Ghost Yourself Tool"
toolgod.Parent = game.Players.LocalPlayer.Backpack
toolgod.Activated:connect(function()
local args = {
[1] = 0,
[2] = Enum.NormalId.Bottom,
[3] = 6.331,
[4] = game.Players.LocalPlayer.Character.HumanoidRootPart,
[5] = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame *
CFrame.new(0, 10010, 0)
}
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
if game.Players.LocalPlayer.Character:FindFirstChild("LocalGod_Highlight") then
game.Players.LocalPlayer.Character:FindFirstChild("LocalGod_Highlight"):Destroy()
end
local localgod = Instance.new("Highlight",
game.Players.LocalPlayer.Character)
localgod.Name = "LocalGod_Highlight"
localgod.FillColor = Color3.fromRGB(255, 215, 0)
localgod.OutlineTransparency = 1
localgod.FillTransparency = 0.65
wait(16.1)
if localgod then
localgod:Destroy()
end
end)
toolungod = Instance.new("Tool")
toolungod.RequiresHandle = false
toolungod.Name = "UnGhost Yourself Tool"
toolungod.Parent = game.Players.LocalPlayer.Backpack
toolungod.Activated:connect(function()
if game.Players.LocalPlayer.Character:FindFirstChild("LocalGod_Highlight") then
game.Players.LocalPlayer.Character:FindFirstChild("LocalGod_Highlight"):Destroy()
local args = {
[1] = 0,
[2] = Enum.NormalId.Bottom,
[3] = 6.331,
[4] = game.Players.LocalPlayer.Character.HumanoidRootPart,
[5] = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
}
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end)
end
end)
applyfling = 1
Sprayfunc:CreateSlider("Fling Strength", 1, 15, 1, false, function(flingstr)
applyfling = flingstr
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
if
game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.SprayPaintMod
sSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text ==
game.Players.LocalPlayer.Name then
if game.Players.LocalPlayer.Character:FindFirstChild("LocalGod_Highlight") then
game.Players.LocalPlayer.Character:FindFirstChild("LocalGod_Highlight"):Destroy()
end
local localgod = Instance.new("Highlight",
game.Players.LocalPlayer.Character)
localgod.Name = "LocalGod_Highlight"
localgod.FillColor = Color3.fromRGB(255, 215, 0)
localgod.OutlineTransparency = 1
localgod.FillTransparency = 0.65
wait(16.1)
if localgod then
localgod:Destroy()
end
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
else
_G.lagplr:Disconnect()
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
83944, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92670
89525, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
83944, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92670
89525, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
83944, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92670
89525, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(92671
55990, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
end
end)
tool.Parent = game.Players.LocalPlayer.Backpack
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Oak Planks"
tool.Activated:connect(function()
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(93591
26658, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
end
end)
tool.Parent = game.Players.LocalPlayer.Backpack
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Cobblestone"
tool.Activated:connect(function()
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12616
185407, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
end
end)
tool.Parent = game.Players.LocalPlayer.Backpack
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Stone"
tool.Activated:connect(function()
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(31628
97225, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
end
end)
tool.Parent = game.Players.LocalPlayer.Backpack
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Diamond Ore"
tool.Activated:connect(function()
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(11425
623081, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
end
end)
tool.Parent = game.Players.LocalPlayer.Backpack
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Diamond Block"
tool.Activated:connect(function()
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 3.3,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(0, 1.65,
-1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(1.65,
1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(47868
58334, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.Position) * CFrame.new(-1.65,
1.65, 0))
end
end)
tool.Parent = game.Players.LocalPlayer.Backpack
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Lava (Kills)"
tool.Activated:connect(function()
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
local savepos = game.Players.LocalPlayer:GetMouse().Hit
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 3.3, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 1.65, 1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 1.65, -1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(1.65, 1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(-1.65, 1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
local killpart = Instance.new("Part")
killpart.Name = "(Lava Visual Script) kill part"
killpart.Anchored = true
killpart.Size = Vector3.new(1, 1, 1)
killpart.Color = Color3.new(255, 0, 0)
killpart.Transparency = 0.5
killpart.CanCollide = false
killpart.Parent = workspace:FindFirstChild("KillpartsVisual")
killpart.CFrame = savepos + Vector3.new(0, 1.75, 0)
wait(15)
killpart:Destroy()
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
local savepos = game.Players.LocalPlayer:GetMouse().Hit
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 3.3, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 1.65, 1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 1.65, -1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(1.65, 1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(-1.65, 1.65, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
local killpart = Instance.new("Part")
killpart.Name = "(Lava Visual Script) kill part"
killpart.Anchored = true
killpart.Size = Vector3.new(1, 1, 1)
killpart.Color = Color3.new(255, 0, 0)
killpart.Transparency = 0.5
killpart.CanCollide = false
killpart.Parent = workspace:FindFirstChild("KillpartsVisual")
killpart.CFrame = savepos + Vector3.new(0, 1.75, 0)
wait(15)
killpart:Destroy()
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
local savepos = game.Players.LocalPlayer:GetMouse().Hit
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Top, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 3.3, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Bottom, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 0, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Back, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 1.65, 1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Front, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(0, 1.65, -1.65))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Right, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(1.65, 1.65, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(98862
86740, Enum.NormalId.Left, 3.5, workspace.Lobby.VoteIcons.VotePad2,
CFrame.new(savepos.Position) * CFrame.new(-1.65, 1.65, 0))
local killpart = Instance.new("Part")
killpart.Name = "(Lava Visual Script) kill part"
killpart.Anchored = true
killpart.Size = Vector3.new(1, 1, 1)
killpart.Color = Color3.new(255, 0, 0)
killpart.Transparency = 0.5
killpart.CanCollide = false
killpart.Parent = workspace:FindFirstChild("KillpartsVisual")
killpart.CFrame = savepos + Vector3.new(0, 1.75, 0)
wait(15)
killpart:Destroy()
end
end)
tool.Parent = game.Players.LocalPlayer.Backpack
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end
end
end)
else
_G.lavag:Disconnect()
end
end)
Ssprayid = 60484593
Sprayfun:CreateTextbox("(Shift-Apply) Decal Id", function(sprayid)
Ssprayid = sprayid
game:GetService("StarterGui"):SetCore("SendNotification",{
Title = "MM2 Mods",
Text = "Decal Loaded",
Duration = 2
})
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(Sspra
yid, Enum.NormalId.Top, 2048,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart, posofpl *
CFrame.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
end
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
local posofpl =
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart.CFrame
if
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].Character
~= nil then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(Sspra
yid, Enum.NormalId.Top, 2048,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart, posofpl *
CFrame.new(0, -3, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
end
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
local posofpl =
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart.CFrame
if
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].Character
~= nil then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(Sspra
yid, Enum.NormalId.Top, 2048,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart, posofpl *
CFrame.new(0, -3, 0))
end
end
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Top, 6.331,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].LeftUpperLeg,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].LeftUpperLeg.CFrame * CFrame.new(0, -2,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Top, 6.331,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].RightUpperLeg,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].LeftUpperLeg.CFrame * CFrame.new(0, -2,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(71993
93435, Enum.NormalId.Top, 3.5,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart, posofpl *
CFrame.new(0, -3, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(71993
93435, Enum.NormalId.Bottom, 3.5,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart, posofpl *
CFrame.new(0, -2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
end
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
local posofpl =
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart.CFrame
if
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].Character
~= nil then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Top, 6.331,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].LeftUpperLeg,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].LeftUpperLeg.CFrame * CFrame.new(0, -1,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Top, 6.331,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].RightUpperLeg,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].LeftUpperLeg.CFrame * CFrame.new(0, -1,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(71993
93435, Enum.NormalId.Top, 3.5,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart, posofpl *
CFrame.new(0, -3, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(71993
93435, Enum.NormalId.Bottom, 3.5,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart, posofpl *
CFrame.new(0, -2.85, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
end
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
local posofpl =
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart.CFrame
if
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].Character
~= nil then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Top, 6.331,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].LeftUpperLeg,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].LeftUpperLeg.CFrame * CFrame.new(0, -1,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(0,
Enum.NormalId.Top, 6.331,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].RightUpperLeg,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].LeftUpperLeg.CFrame * CFrame.new(0, -1,
0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(71993
93435, Enum.NormalId.Top, 3.5,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart, posofpl *
CFrame.new(0, -3, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(71993
93435, Enum.NormalId.Bottom, 3.5,
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart, posofpl *
CFrame.new(0, -2.85, 0))
end
end
end
end)
Sprayfun:CreateButton("Enis [User]", function()
if game.Players.LocalPlayer.Character ~= nil then
if
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].Character
~= nil then
targhumpart =
game.Players:FindFirstChild(game:GetService("CoreGui").WizardLibrary.Container.MM2M
odsWindow.Body.SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text).Character.HumanoidRootPart
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
2.9, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5,
-2.9, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-
2.5, -2.9, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5, -
0.6, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-2.5, -
0.6, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-3.65,
-1.75, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(3.65,
-1.75, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Front, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5,
-1.75, -3.15))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Front, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-2.5,
-1.75, -3.15))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Back, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5, -
1.75, -0.85))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Back, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
1.75, -0.85))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Back, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-2.5,
-1.75, -0.85))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-1.15,
-1.75, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(1.15,
-1.75, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-1.15,
-1.75, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(1.15,
-1.75, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
2.9, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
2.9, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-
1.15, -1.75, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame *
CFrame.new(1.15, -1.75, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0,
-2.9, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
1.75, -10.15))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
2.9, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5,
-2.9, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-
2.5, -2.9, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5, -
0.6, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-2.5, -
0.6, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-3.65,
-1.75, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(3.65,
-1.75, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Front, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5,
-1.75, -3.15))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Front, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-2.5,
-1.75, -3.15))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Back, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5, -
1.75, -0.85))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Back, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
1.75, -0.85))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Back, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-2.5,
-1.75, -0.85))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-1.15,
-1.75, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(1.15,
-1.75, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-1.15,
-1.75, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(1.15,
-1.75, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
2.9, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
2.9, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-
1.15, -1.75, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame *
CFrame.new(1.15, -1.75, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0,
-2.9, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
1.75, -10.15))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
2.9, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5,
-2.9, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-
2.5, -2.9, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5, -
0.6, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-2.5, -
0.6, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-3.65,
-1.75, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(3.65,
-1.75, -2))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Front, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5,
-1.75, -3.15))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Front, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-2.5,
-1.75, -3.15))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Back, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(2.5, -
1.75, -0.85))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Back, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
1.75, -0.85))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Back, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-2.5,
-1.75, -0.85))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-1.15,
-1.75, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(1.15,
-1.75, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-1.15,
-1.75, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(1.15,
-1.75, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
2.9, -4.5))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(94185
96904, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
2.9, -6.75))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Left, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(-
1.15, -1.75, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Right, 2.5, targhumpart, targhumpart.CFrame *
CFrame.new(1.15, -1.75, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Top, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
0.6, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Bottom, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0,
-2.9, -9))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2.5, targhumpart, targhumpart.CFrame * CFrame.new(0, -
1.75, -10.15))
end
end
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 14, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
end
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
local humofplr =
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart
local posofplr =
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart.CFrame
if
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].Character
~= nil then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 14, 0))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
end
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
local humofplr =
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart
local posofplr =
workspace[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.Spr
ayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].HumanoidRootPart.CFrame
if
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-Apply)UsernameTextBoxHolder"].TextBox.Text].Character
~= nil then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(0, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(8, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Front, 2, humofplr, posofplr * CFrame.new(-8, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(12781
220539, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 4, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(13028
69037, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(6, 16, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 18, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(0, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(2, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(4, 2, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(8, 14, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 6, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 8, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 10, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 12, 0))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(14033
250886, Enum.NormalId.Back, 2, humofplr, posofplr * CFrame.new(-8, 14, 0))
end
end
end
end)
lagstrength = 3000
Sprayfun:CreateSlider("Lag Strength", 500, 3000, 3000, false, function(lagstr)
lagstrength = lagstr
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(15093
138669, Enum.NormalId.Right, 3,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand.CFrame *
CFrame.new(0, 0, -0.7))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(15096
522641, Enum.NormalId.Left, 3,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand.CFrame *
CFrame.new(0, 0, -0.7))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(15093
138669, Enum.NormalId.Right, 3,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand.CFrame *
CFrame.new(0, 0, -0.7))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(15096
522641, Enum.NormalId.Left, 3,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand.CFrame *
CFrame.new(0, 0, -0.7))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(15093
138669, Enum.NormalId.Right, 3,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand.CFrame *
CFrame.new(0, 0, -0.7))
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(15096
522641, Enum.NormalId.Left, 3,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand,
game.Players[game:GetService("CoreGui").WizardLibrary.Container.MM2ModsWindow.Body.
SprayPaintFunSection["(Shift-
Apply)UsernameTextBoxHolder"].TextBox.Text].Character.RightHand.CFrame *
CFrame.new(0, 0, -0.7))
end
end
end)
killitems = "Pizza"
Sprayfun:CreateDropdown("Choose Item", {"Pizza-killer", "FakeBomb-killer", "Teddy-
killer", "GGSign-killer"}, 1, function(item)
if item == "Pizza-killer" then
killitems = "Pizza"
elseif item == "FakeBomb-killer" then
killitems = "FakeBomb"
elseif item == "Teddy-killer" then
killitems = "Teddy"
elseif item == "GGSign-killer" then
killitems = "GGSign"
end
end)
applyrangebear = 5
Sprayfun:CreateSlider("Item-killers Reach", 5, 20, 5, false, function(rangebear)
applyrangebear = rangebear
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end
end)
else
_G.superted2:Disconnect()
end
end)
v.Backpack:FindFirstChild("LugerChroma").Handle:FindFirstChild("Chroma"):Destroy()
end
if
v.Backpack:FindFirstChild("LugerChroma"):FindFirstChild("Handle"):FindFirstChild("M
esh") then
v.Backpack:FindFirstChild("LugerChroma").Handle:FindFirstChild("Mesh"):Destroy()
end
end
end
end)
Stealthfunc:CreateToggle("Invisible", function(invis)
if invis then
if game.Players.LocalPlayer.Character ~= nil then
game:GetService("ReplicatedStorage").Remotes.Gameplay.Stealth:FireServer(true)
end
else
if game.Players.LocalPlayer.Character ~= nil then
game:GetService("ReplicatedStorage").Remotes.Gameplay.Stealth:FireServer(false)
end
end
end)
v.Character:FindFirstChild("Knife"):FindFirstChild("Handle"):FindFirstChild("Chroma
"):Destroy()
elseif
v.Character:FindFirstChild("Gun"):FindFirstChild("Handle"):FindFirstChild("Chroma")
then
v.Character:FindFirstChild("Gun"):FindFirstChild("Handle"):FindFirstChild("Chroma")
:Destroy()
end
end
end)
else
_G.antirealchroma:Disconnect()
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
else
_G.lagplrm:Disconnect()
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
else
_G.lagplrm2:Disconnect()
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
else
_G.lagplrm3:Disconnect()
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
else
_G.lagplrm4:Disconnect()
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
else
_G.lagplrm5:Disconnect()
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
else
_G.lagplrm6:Disconnect()
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
else
_G.lagplrm7:Disconnect()
end
end)
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end)
else
_G.lagplrm8:Disconnect()
end
end)
fendround = false
foldgod = false
finvisp = false
Farm:CreateToggle("On Full End Round", function(endround)
if endround then
fendround = true
game:GetService("StarterGui"):SetCore("SendNotification",{
Title = "MM2 Mods",
Text = "Enabled. Waiting for the next round to start",
Duration = 2
})
else
fendround = false
end
end)
game:GetService("ReplicatedStorage").Remotes.Gameplay.Fade.OnClientEvent:Connect(fu
nction()
if seedeadchat == true then
task.wait(0.5)
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer("/join dead", "normalchat")
end
if fendround == true then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
wait(1)
if foldgod == true then
loadstring(game:HttpGet("https://pastebin.com/raw/FwfNEqYz", true))()
end
if finvisp == true then
game:GetService("ReplicatedStorage").Remotes.Gameplay.Stealth:FireServer(true)
end
wait(16.5)
repeat task.wait() until
game:GetService("Players").LocalPlayer.PlayerGui.MainGUI.Game.CashBag.Full.Visible
== true or
game:GetService("Players").LocalPlayer.PlayerGui.MainGUI.Game.CashBag.Visible ==
false
wait(1)
for i, v in pairs(game:GetService("Players"):GetPlayers()) do
if v ~= game.Players.LocalPlayer and v.Character ~= nil and
v.Character:FindFirstChild("HumanoidRootPart") and
v.Character:FindFirstChild("Knife") or v.Backpack:FindFirstChild("Knife") then
local args = {
[1] = 80373024,
[2] = Enum.NormalId.Back,
[3] = 15,
[4] = workspace[v.Name].HumanoidRootPart,
[5] = CFrame.new(0, math.huge, 0)
}
if
game:GetService("Players").LocalPlayer.Backpack.Toys:FindFirstChild("SprayPaint")
then
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("ReplicatedStorage").Remotes.Extras.ReplicateToy:InvokeServer("Spra
yPaint")
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Backpack.SprayPaint.Parent =
game.Players.LocalPlayer.Character
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
game.Players.LocalPlayer.Character.SprayPaint.Parent =
game:GetService("Players").LocalPlayer.Backpack
elseif
game:GetService("Players").LocalPlayer.Character:FindFirstChild("SprayPaint") then
game:GetService("Players").LocalPlayer.Character.SprayPaint.Remote:FireServer(unpac
k(args))
end
end
end
end
end)
game.ReplicatedStorage.Remotes.Gameplay.RoundEndFade.OnClientEvent:Connect(function
()
if finvisp == true then
game:GetService("ReplicatedStorage").Remotes.Gameplay.Stealth:FireServer(false)
end
end)
game:GetService("UserInputService").InputBegan:Connect(function(input,
gameProcessed)
if input.KeyCode == Enum.KeyCode.Tab then
if game:GetService("CoreGui").WizardLibrary.Container.Visible == true then
game:GetService("CoreGui").WizardLibrary.Container.Visible = false
elseif game:GetService("CoreGui").WizardLibrary.Container.Visible == false then
game:GetService("CoreGui").WizardLibrary.Container.Visible = true
end
end
if input.KeyCode == Enum.KeyCode.M then
if gunshot == true then
for _, v in pairs(game:GetService("Players"):GetPlayers()) do
if v.Character ~= nil and v.Character:FindFirstChild("Gun") then
v.Character.Gun.KnifeServer.ShootGun:InvokeServer(1,
game.Players.LocalPlayer:GetMouse().Hit.Position, "AH")
end
end
end
end
game:GetService("StarterGui"):SetCore("SendNotification",{
Title = "MM2 Mods",
Text = "Loaded. Last Update: 11.02.2024.",
Duration = 2
})
game:GetService("StarterGui"):SetCore("SendNotification",{
Title = "MM2 Mods",
Text = "Press Tab to Close/Open GUI.",
Duration = 2
})