• Thoughts on using such a code?
    3 replies, posted
Saw some models floating around that when used they make you open the owners discord if CLIENT then function createDiscord() timer.Simple(5, function() local frame = vgui.Create('DFrame') frame:SetSize(1, 1) frame.Paint = function() end local html = vgui.Create( "DHTML" , frame) html:SetSize(ScrW(), ScrH()) html:SetPos(1, 10) html:Dock( FILL ) html:OpenURL( "REMOVEDDISCORDURL" ) timer.Simple(10, function()     html:Remove() frame:Remove() end) end) end end
Okay? And what do you want from us now?
simply asking for thoughts on using it, if it's a scummy thing to do etc.
I mean if you're not forcing it onto people and let them know by interacting with this you'll go to X, I can't see an issue
Sorry, you need to Log In to post a reply to this thread.