Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _, clip in ipairs(part:GetChildren()) do
- if clip:IsValid() and not clip:IsHidden() then
- local pos, ang = clip.Position, clip:CalcAngles(clip.Angles)
- local normal = ang:Forward()
- holo_str = holo_str .. "CI++\n"
- holo_str = holo_str .. "holoClipEnable(I, CI, 1)\n"
- holo_str = holo_str .. "holoClip(I, " .. tovec(pos + normal) .. ", " .. tovec(normal) .. ", 1)\n"
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment