I’m designing a police database system. When I display the arrests logged in the arrests datastore, I clone a Frame
inside of a ScrollingFrame
, I receive this error.
12:33:10.649 - Record is not a valid member of ScrollingFrame
12:33:10.650 - Stack Begin
12:33:10.650 - Script 'Players.Deferend.PlayerGui.Database.Functions', Line 60 - field displayArrests
12:33:10.651 - Script 'Players.Deferend.PlayerGui.Database.Information.Data', Line 20
12:33:10.653 - Stack End
Record is a Frame, it’s being cloned with :Clone()
, and it’s in a ScrollingFrame
. I can’t figure out why there’s an error being thrown. (Note: The ScrollingFrame
is inside another Frame
, which is in a ScreenGui
.)