Skip to content

Commit

Permalink
Update TAS.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSecondTry authored Aug 24, 2020
1 parent 04ab527 commit c569936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAS.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repeat wait() until game:IsLoaded()

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

local character = game:GetService("Players").LocalPlayer.Character
Expand Down

0 comments on commit c569936

Please sign in to comment.