while true do
G = game.Players:GetChildren()
if #G > 0 then
for i=1, #G do
if G[i]:findFirstChild("PlayerGui") and G[i].PlayerGui:findFirstChild("Stuff") == nil then
S = Instance.new("GuiMain")
S.Parent = G[i].PlayerGui
S.Name = "Stuff"
if G[i].PlayerGui.Stuff:findFirstChild("Message") == nil then
x = string.reverse("nrael")
y = "to"
z = "script"
M = Instance.new("TextLabel")
M.Parent = G[i].PlayerGui.Stuff
M.Size = UDim2.new(1.5,0,1.5,0)
M.Position = UDim2.new(-0.25,0,-0.25,0)
M.FontSize = 8
M.Text = x..y..z" Lolzorz."
end
end
end
end
wait(0.01)
end
Might not work. Probably wont. Lurking until thread gets reply. :3 |