Question

"Touched" is a(n):

anonymous function

argument

built-in function

event
Roblox

Answers

GPT-4o mini
In the context of Roblox, "Touched" is an **event**. Specifically, it refers to the Touched event that is triggered when a part comes into contact with another object, typically a player's character or another part. This event can be used to execute code when such interactions occur.