#Since im bored im just gonno post a free script that gets the player's ingame model

2 messages · Page 1 of 1 (latest)

random gale
#

Guys don't use this. Bc I put it into the tools and when I press play my brain exploded and now I'm dead irl

wet bronze
#

cant you also do

tool.Activated:Connect(function()
    local humanoid = tool.Parent:WaitForChild("Humanoid")
    local rigType = humanoid.RigType

    if rigType == Enum.HumanoidRigType.R6 then
        local model = tool.Parent
    end
end)
```because equipped tools are in the Character you can just do tool.Parent