Skip to content

Commit eec1a70

Browse files
authored
Update deadly-lava.md
1 parent e0b6b77 commit eec1a70

File tree

1 file changed

+1
-1
lines changed
  • content/en-us/tutorials/use-case-tutorials/scripting/basic-scripting

1 file changed

+1
-1
lines changed

content/en-us/tutorials/use-case-tutorials/scripting/basic-scripting/deadly-lava.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Use an **event** to detect when a user touches the lava. Every part has a `Touch
4343

4444
1. Declare a new function called `kill`.
4545
2. Access the `Touched` event on the lava object using a dot, just like a property: `lava.Touched`.
46-
3. Call the `Connect` function on the `Touched` event, passing the `kill` function.
46+
3. Call the `Connect` function on the `Touched` event, passing it to the `kill` function.
4747

4848
```lua
4949
local lava = script.Parent

0 commit comments

Comments
 (0)