#Collecting Mechanic
31 messages · Page 1 of 1 (latest)
is your ProximityPrompt name in explorer all lowercase?
Yes it is
I didn’t think that the capitalization would change the outcome
That fixed the coding, thank you
he probably copied the code from somewhere
player is the default parameter for the triggered remote
but he never uses it
idk
like i said, he probably copied the code from somewhere, as you can tell he is very inexperienced to the point where he doesn’t know about using proper casing. the triggered event was most likely copied over from another site, and then filled in with his 45 script.Parent lines😂
😭
i cry when i see script.Parent
i dont care how short or long it is
i’m MAKING them variables
but for some scripts i am guilty
cause i was lazy
;-;
@jaunty berry
pk heres a quick lesson
lua is case sensitive
see all that u wrote? cancollide? wont work
anything thats a property, such as CanCollide is capitalized like that
also, if u have generative fill on it should do it for you
also
when quoting bool values
use
CanCollide = false
with SPACES
and make your script more readable