#published my game but it wont open
67 messages · Page 1 of 1 (latest)
yup, but i read them
Probably not well enough as there is most likely some malicious one in it. One malicious line is plenty to cause something like this
Proof that you didn’t understand a word in the scripts
for** roblox there exist executors, and if u insert a "game decompiler" script u can basically copy the game u are in, but the decompiler warns u that server scripts can not be decompiled (can not be copied) only local scripts and sometimes modules
to change the sky
u need to insert it in lighting
not workspace
if thats what youre trying to do
first off
that will change the sky for everyone
sicne its a script
and second
wdym game.workspace.orangesky.parent
OH
wait
im stupid
nvm
clone it
dont change its parent normally because if u do so then if the part is touched multiple times
it will error
so do i remove the game.lighting.sky.parent = game.workspace line
and make it a localscript?
copy the whole code and paste it in a local script
and do
local OrangeSkyClone = workspace.OrangeSky:Clone()
OrangeSkyClone.Parent = game.Lighting
do i delete the script
yes but first copy the code inside it and paste it in a local script
and replace the first line from the touched event
like this?
no 😭
script.Parent.Touched:Connect(function()
if game.Lighting.OrangeSky == nil then
local OrangeSkyClone = workspace.OrangeSky:Clone()
OrangeSkyClone.Parent = game.Lighting
game.Lighting.Sky.Parent = game.Workspace
end
end)
u will have to align the contents inside the touched event tho
i write this here on discord
oh wait
let me add something
like this?
** You are now Level 4! **
sky in lightning and orange sky in workspace?
if thats how u want to do it then its fine
how does it need to be
im guessing u could also insert both in lighting and when u touch the part to enable the orange sky and to disable the normal sky
no errors but the script doesnt work
dont
enabled is not a proprety of sky i just hcecked
my wifi is ass