im trying to put comma’s in between my cframe coordinates x, y and z in the print statement so i can copy paste the coordinates from the output but i dont know how to put the comma’s together and i need some help. tysm!!
local spawnloc = workspace.SpawnLocation
local cfWrldSpace = spawnloc.CFrame:ToWorldSpace(cframepracticeblock.CFrame)
print("wrld space cframe: ", math.floor(cfWrldSpace.X*10)/10..","..math.floor(cfWrldSpace.Y*10)/10..","..math.floor(cfWrldSpace.Z*10)/10)