Skip to content

LLethul/RagIK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

RagIK

A ragdoll animator for Roblox

Docs

RagIK.new(Character)
--[[
    Character == Player.Character;
    Makes a new RagIK instance.
]]
RagIK:build()
--[[
    Requires a RagIK instance, builds the constraints that animate the character.
]]
RagIK:attachAll()
--[[
    Attaches all constraints. Requires a already built RagIK instance.
]]
RagIK:attachLegs()
--[[
    Attaches leg constraints. Requires a already built RagIK instance.
]]
RagIK:attachArms()
--[[
    Attaches arm constraints. Requires a already built RagIK instance.
]]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages