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

Server Protect Service GUI, but having issues, any help?

Asked by 7 years ago
Edited 7 years ago

-- ALL HELP IS REQUETESED --

I made the insert work and ungroup into startergui. Now I made my main insert thing private model and I put public the insert script for the anti exploit and then my friend said

  • You're current loader you have right now shows the source contents, in which it shouldn't be there. Also, when you run the loader script, it says the asset is not trusted for the creator, therefore, no one but you can run the loader successfully.

This is the loader :



g = game:GetService("InsertService"):LoadAsset(565936487) g.Parent = game.StarterGui for i,v in ipairs(g:GetChildren()) do v.Parent = game.StarterGui end

The model is a admin, so EPIX with our trello, and a loader that puts the starterguis that will be put in the startergui and ungrouped in them so we can call. Now the issue is that only my game works? What is a non trusted? I need help

1
Please don't make another "anti exploit" group that has no idea what they are doing. Leave it to ROBLOX. shayner32 478 — 7y

1 answer

Log in to vote
1
Answered by
shayner32 478 Trusted Moderation Voter
7 years ago
Edited 6 years ago

To load an asset, the game owner must have taken a copy of the asset, or it must have been created by ROBLOX. Put the GUI in the module and then use it like that instead, then just update the module to update the code or GUI assuming people are requiring the module.

0
Thanks it worked AcentrixTheYouTuber -8 — 7y
Ad

Answer this question