Hello, I am trying to markup my code, and I’m trying to find some kind of documentation for the type checking, rather than an announcement. Can anyone help me out?
type ServiceProvider = {};
type Service = {
Provider : ServiceProvider;
};
module.GetService = function(s:string) : ServiceProvider
return require(script:FindFirstChild(s));
end
You can position a ScrollingFrame every frame using the TextBounds properties and update it’s instances based on the best matches there are for the word that is currently being typed (Most likely detect it with the CursorPosition property of a TextBox).