CS Prison Life REMOVE UNIFORMS SCRIPT – FUN TROLLING

Created by forveined#3225

Features:

  • REMOVE UNIFORMS
local player = game:GetService("Players").LocalPlayer

if player.Team == game:GetService("Teams").Guards then
    local LocalPlayer = game:GetService("Players").LocalPlayer

    local currentPosition = LocalPlayer.Character.HumanoidRootPart.Position

    game:GetService("Workspace").Remote.loadchar:InvokeServer(LocalPlayer, "Really red")
    game:GetService("Workspace").Remote.TeamEvent:FireServer("Bright blue")

    LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(currentPosition)

    elseif player.Team == game:GetService("Teams").Inmates then
    LocalPlayer = game:GetService("Players").LocalPlayer

    local currentPosition = LocalPlayer.Character.HumanoidRootPart.Position

    game:GetService("Workspace").Remote.loadchar:InvokeServer(LocalPlayer, "Really red")
    game:GetService("Workspace").Remote.TeamEvent:FireServer("Bright orange")

    LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(currentPosition)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!