Error again with Infinite yield possible on 'ServerScriptService:WaitForChild

Can someone help me because there was an error in this script.

error found : i use LocalScript.

local TrailModule = require(game.ServerScriptService:WaitForChild(“TrailModule”))

error :slight_smile:

Infinite yield possible on ‘ServerScriptService:WaitForChild(“TrailModule”)’

1 Like

localscripts can’t access serverscriptservice and serverstorage aka seeing the services empty, but can access replicatedstorage

3 Likes

Oh thats why thank you sir for helping me.