#Where would i write a script checking if im in a block for the least lag

1 messages · Page 1 of 1 (latest)

lapis wedge
#

Should i put a script in ny torso constantly checking for the part or should i put the script in the part and have it check for the player. Im trying to get the least lag possible an

static lance
#

You should put it in the parts and use a touched event that puts the player in a inPart table and do the rest of ur logic from there and remove them from the table on a touch ended event

#

Touch isn't very reliable but it should work

winged birch
lapis wedge
#

Is spatial query the same as GetPartsInPart()

winged birch