I don't understand the error code. Please help to understand the error .
You refenced plr outside of the game.PlayerAdded function, so it won't know what plr means, so there is no value to the variable, making it not even a variable, so it is nil.
you're missing the =
local CrawlValue = plr:WaitForChild("CrawlEnabled")
Closed as Not Constructive by JesseSong, youtubemasterWOW, SoftlockedUnderZero, and Nguyenlegiahung
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?