Hi , I need help with a script that is working in studio but not in the actual game. If someone could tell me what I am doing wrong that would be great thanks. Here is the script: local part = ########################### local studs = # part.Touched:connect(function(p) if p.Parent:IsA"Model" and ########################################## then ################################ = ################################ * ##################### end end) |