Skip to content

Commit

Permalink
forgot prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
StarManTheGamer committed Apr 13, 2024
1 parent 5dbd7d3 commit e22f083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/objects/static-classes/Input.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ end)

Cast a ray from the camera at screen point into the game world


### ViewportPointToRay(Vector3;pos, List ignoreList = null):RayResult { method }

Cast a ray from the camera at the specified ViewportPoint (Vector3 with components with values in range of 0 - 1 describing how far a point is to to right and to the top of the screen) into the game world
Expand Down
2 changes: 1 addition & 1 deletion docs/objects/types/Event.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ game["Environment"]["Part"].Touched:Connect(hitListener)
wait(5)
-- hitListener(hit) will no longer run when the event is fired after the following line
game["Environment"]["Part"].Touched:Disconnect(hitListener)
```
```

0 comments on commit e22f083

Please sign in to comment.