Prison Life Remastered Script | Trolling Scripts

Created by KingDomas

Features:

  • Remastered Trolling Scripts

Script 1:
This gives a black border effect for everyone in the server.

getgenv().on = true
local ohInstance1 = game:GetService("Players"):GetChildren()
local ohNumber2 = 1

while on do
    wait()
    for i,v in pairs(ohInstance1) do
        game:GetService("ReplicatedStorage").ACS_Engine.Events.Suppression:FireServer(v, ohNumber2)
    end
end

Script 2:
This makes everyone in the server hear gunshots.
Place — dashes on lines 7 and 9 to hear them too.

local ohInstance1 = game:GetService("Players"):GetChildren()
getgenv().on = true

while on do
    wait()
    for i,v in pairs(ohInstance1) do
        if v ~= game.Players.LocalPlayer then
           game:GetService("ReplicatedStorage").ACS_Engine.Events.Whizz:FireServer(v)
        end
    end
end

ENJOY!

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

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS