--// TAS CONFIGURATION //-- getgenv().AutoLoadAndPlayFile = "" -- File name (e.g. "MyRun") to instantly load & play. Leave blank ("") for normal creator GUI. getgenv().ExtremeSmoothing = false -- Set to true to downsample frames and smoothly interpolate (Warning: Will clip through walls!) getgenv().TargetSmoothingFPS = 24 -- The FPS to compress the recording into if ExtremeSmoothing is true. getgenv().ShowVelocityDuringPlayback = false -- Set to true to show the velocity trajectory curve while playing back. getgenv().ShowTASPathDuringPlayback = false -- Set to true to draw the cyan line tracing the future path of the TAS. getgenv().PlaybackCamera = false -- Set to true to playback the recorded camera movements. --// EXECUTE TAS SCRIPT //-- loadstring(game:HttpGet('https://github.com/tomatotxt/TAS-Creator/raw/main/script.luau'))()