#How do i make a loadstring load after a loadstring

1 messages · Page 1 of 1 (latest)

knotty roost
#

ik im stupid ive been trying to fix this issue for like 10 minutes and i gave up

high edge
#

make sure the Property of Loadstring is enabled since its not by default (ServerScriptService)

#

loadstring("loadstring(...)()")()?

#

or you can just do

loadstring("... 1")() -- () is important
loadstring("... 2")()