Why is it so difficult to script tycoons and playerdata?

Hi,

(asking for advice)

Why is it so hard to make games with data? Like let’s say you want a block to show that gives you items and other players can’t use that block, only the plot owner.

Is there anyway of looking into this easier? I’m not sure why it’s all so difficult. Does every script need to check for the owner value?

Yeah pretty much. You would need to add a block Owner, using either an Attribute or InstanceValue on it. The alternative would be to hold it in memory only using a module script.

1 Like