You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be really nice to have Roblox object autofills, such as the Vector3 object.
List of objects that could be potentially supported:
UDim
UDim2
BrickColor
Random
Ray
RBXScriptConnection
Region3
Vector2
Vector3
CFrame
Color3
TweenInfo
This feature will allow users to see the parameters of a object
e.g.
Typing Vector3.new() will list the possible ways to create a vector3 (Vector3.new(x,y,z))
The text was updated successfully, but these errors were encountered:
This isn't possible (or at least, not too easy) without explicit types (how do we tell if something is a connection when they're typing so we can suggest :Connect?)
It'd be really nice to have Roblox object autofills, such as the
Vector3
object.List of objects that could be potentially supported:
This feature will allow users to see the parameters of a object
e.g.
Typing
Vector3.new()
will list the possible ways to create a vector3 (Vector3.new(x,y,z))The text was updated successfully, but these errors were encountered: