execute script but before put --script to your script 1 line required
this **** dont work
Wtf do you mean when you say "execute script but before put --script to your script"
fixed version but idk if it will work: function scripta() return [[ print("YOU SCRIPT HERE!!!!!") ]] end for i, v in pairs(game.ReplicatedStorage:GetDescendants()) do if v:IsA("RemoteEvent") then v:FireServer(scripta()) end end