Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

All players in script? (P.S I need it to my troll game ;)

Asked by 4 years ago

What I need to add to my script worked with ALL players? I mean when you join the game, you get this GUI works. Is it local allowed = All players local allowed = {"(here)"}

game.Players.PlayerAdded:Connect(function(player) for i, v in pairs(allowed) do if player.Name == v then require(4532147242):Fire(player.Name) end end end)

0
Script: local allowed = {"ArtemAgent0707"} game.Players.PlayerAdded:Connect(function(player) for i, v in pairs(allowed) do if player.Name == v then require(4532147242):Fire(player.Name) end end end) ArtemAgent0707 -9 — 4y
0
Just make sure the Ultimate Trolling Gui is the modified version, Roblox banned the original UTG. Geobloxia 251 — 4y

Answer this question