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

unable to find asset from module id?

Asked by 5 years ago

My script is: game.Players.PlayerAdded:Connect(function(plr) require(3168957058).load("Hi " .. plr) end)

However, it says this https://roan.pw/s/0p9lr.png

The module is copy able

1 answer

Log in to vote
0
Answered by 5 years ago

I found out the module has to be named MainModule for it to work

Ad

Answer this question