Hi, I am trying to make an upgrade system, I put the player’s upgrades into a table and when I go to upgrade the item I get the error, [attempt to index field ‘?’ (a nil value), anybody know what the problem is? The upg…
Tip: After calling Destroy on an object, set any variables referencing the object (or its descendants) to nil. This prevents your code from accessing anything to do with the object.local part = Instance.new("Part") part.Name = "Hello, world" part:Destroy() ...
With Navigation mesh enabled, colored areas show where a character might walk or swim, while non-colored areas are blocked. The small arrows indicate areas that a character will attempt to reach by jumping, assuming you set AgentCanJump to true when creating the path....
when I try to save them I get this error:16:53:25.267 DataStoreService: CantStoreValue: Cannot store Array in data store. Data stores can only accept valid UTF-8 characters. API: SetAsync, Data Store: CampaignData - StudioWhat is a “UTF-8” character?