Please help, I really don't know what to do

Hey, I am making a simulator and In the debounce I get this error

ServerScriptService.Remotes:10: attempt to call a Instance value
and this is the line, however this is a bool value not an instance value

local debounce = remoteData(player.Name).debounce

more info can be provided

That means this is an instance. And you are trying to call it. Perhaps you meant to use [ ] and not ( )

2 Likes

remoteData(player.Name).debounce.Value