my script get this error: "ReplicatedStorage.UI.CatShopData:13: attempt to index nil with 'Price'"
and this is the script that gets the error: ``` local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
local CatsHandler = require(ReplicatedStorage.Systems.CatsHandler)
local CatsStats = require(ReplicatedStorage.Assets.Cats.CatStats)
local Frame = script.Parent.Parent.Parent.Parent
script.Parent.MouseButton1Click:Connect(function()
CatsHandler:PurchaseCat(CatsStats[Frame.Name], CatsStats[Frame.Name].Price)
end) ```
** You are now Level 4! **
that's one line 😎