This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.
Returns | Function | History | |
---|---|---|---|
bool | CollisionGroupContainsPart ( string name, Instance part ) | (+0.287) | |
void | CollisionGroupSetCollidable ( string name1, string name2, bool collidable ) | (+0.287) | |
bool | CollisionGroupsAreCollidable ( string name1, string name2 ) | (+0.287) | |
int | CreateCollisionGroup ( string name ) | (+0.287) | |
int | GetCollisionGroupId ( string name ) | (+0.287) | |
string | GetCollisionGroupName ( int name ) | (+0.287) | |
Array | GetCollisionGroups ( ) | (+0.287) | |
int | GetMaxCollisionGroups ( ) | (+0.287) | |
void | IkSolve ( Instance part, CoordinateFrame target, float translateStiffness, float rotateStiffness ) | (+0.355) | |
void | LocalIkSolve ( Instance part, CoordinateFrame target, float translateStiffness, float rotateStiffness ) | (+0.355) | |
void | RemoveCollisionGroup ( string name ) | (+0.287) | |
void | RenameCollisionGroup ( string from, string to ) | (+0.287) | |
void | SetPartCollisionGroup ( Instance part, string name ) | (+0.287) |
Version History:(+0.287)
Version History:(+0.287)
Version History:(+0.287)
Version History:(+0.355)
Tags: RobloxScriptSecurity