Referencing clouds

  1. What do you want to achieve? Keep it simple and clear!
    I want to reference clouds in a script not under terrain
  2. What is the issue? Include screenshots / videos if possible!
    roblox isnt letting me, I was gonna use a module script but i cant reference anything under terrain from a script outside of it

Have you tried indexing it directly like this: local Reference = workspace.Terrain.NAME? Terrain shouldn’t be erroring on any indexes.

1 Like

yes, when I try to reference anything under terrain like that from a script in workspace it doesnt autofill or let me reference it

Oh. If I remember correctly, roblox does not autofill indexing for objects inside terrain. However, you should still be able to index it from a script by using the instance’s name.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.