CreateTextLabel
Creates a floating text label.
- string : parameter input should be in string type
- pos: parameter input should be in Vector3 type
- range: parameter input should be in float type
- size: parameter input should be in float type
- font: parameter input should be in int type
- color: parameter input should be in Color type
- entitySeethrough: optional parameter, input should be in bool type
- dimension: optional parameter, input should be in uint type
{{#tag:syntaxhighlight| // Code here... |lang=csharp}} }}