Skip to content

Commit 5c703a6

Browse files
authored
Changed a comment in TAS.lua
1 parent 62d3813 commit 5c703a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TAS.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repeat wait() until game:IsLoaded()
22

33
local TAS = {}
4-
-- TAS Data: 1. Head, 2. Torso, 3-4. Left Arm/Leg, 5-6. Right Arm/Leg, 7. Camera, 8. Velocity
4+
-- TAS Data: 1. Head, 2. Torso, 3-4. Left Arm/Leg, 5-6. Right Arm/Leg, 7. Camera
55
local playback = false
66

77
local player = game:GetService("Players").LocalPlayer

0 commit comments

Comments
 (0)