Open Kampfkarren opened 2 years ago
Someone posted this code and asked why they got "Attempt to call a TweenInfo":
local selection_box_tween = TweenService:Create( selection_box, TweenInfo.new(0.4,Enum.EasingStyle.Quint,Enum.EasingDirection.Out) {LineThickness = SELECTION_LINE_THICKNESS} )
The bug here being that they didn't place a comma.
This would make for a good style lint.
Same should go to strings
Someone posted this code and asked why they got "Attempt to call a TweenInfo":
The bug here being that they didn't place a comma.
This would make for a good style lint.