Our search systems are undergoing rapid maintenance, they may be intermittently unavailable. Sorry for the inconvenience!
Troll Players Tower
84.4k Views

Kill All and make players unable to leave

Troll Players TowerUploaded by
1 year ago
Please login to perform these actions:

Description

**MAKE PLAYERS UNABLE TO LEAVE MIGHT WORK OR NOT WORK**!!! click "make all player gameplay paused" button - 3008 - Anime Vanguards - Anime Dimensions Simulator - Anime Slashing Simulator - Anime Simulator - Anime Dungeon Fighters - Anime Card Battles - Arsenal - A Dusty Trip - A Universal Time - Ability Wars - Attack On Titan Revolution - Animal Simulator - Blox Fruits - Brookhaven - Blade Ball - Grow a Garden - Forsaken - Skinwalkers - Climb and Jump Tower

View Raw
Edited By: barcon Download


Comments
2
User profile picture
4x2x9x4x0 1 year ago
i saw you script secret >:)
User profile picture
Auza 1 year ago
local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))() local SaveManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/SaveManager.lua"))() local InterfaceManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/InterfaceManager.lua"))() local Players = game:GetService("Players") local RunService = game:GetService("RunService") local localPlayer = Players.LocalPlayer local highlights = {} local connections = {} local settings = { enabled = true, teamCheck = true, useTeamColor = true, rainbowMode = false, rainbowSpeed = 0.5, defaultColor = Color3.fromRGB(255, 0, 0) } local Window = Fluent:CreateWindow({ *le = "SolyNot Universal", Sub*le = "by SolyNot", TabWidth = 160, Size = UDim2.fromOffset(500, 350), Acrylic = true, Theme = "Dark" }) local Tab = Window:AddTab({ *le = "ESP", Icon = "eye" }) local setting = Window:AddTab({ *le = "Settings", Icon = "settings" }) Tab:AddToggle("ESPEnabled", { *le = "Enable ESP", Default = settings.enabled, Callback = function(value) settings.enabled = value end }) Tab:AddToggle("TeamCheck", { *le = "Team Check", Default = settings.teamCheck, Callback = function(value) settings.teamCheck = value end }) Tab:AddToggle("UseTeamColor", { *le = "Use Team Color", Default = settings.useTeamColor, Callback = function(value) settings.useTeamColor = value end }) Tab:AddToggle("RainbowMode", { *le = "Rainbow Mode", Default = settings.rainbowMode, Callback = function(value) settings.rainbowMode = value end }) Tab:AddSlider("RainbowSpeed", { *le = "Rainbow Speed", Default = settings.rainbowSpee
Please Login to add a comment.