Skip to content

Commit

Permalink
dna shape what?
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Oct 11, 2024
1 parent d45e65d commit 3843314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,8 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
local angle = math.rad(i * (360 / tc))
local x = math.cos(angle) * circrad
local z = math.sin(angle) * circrad
item.GripPos = (CFrame.Angles(0, 0, angle) * CFrame.new(x, 1, z)).p
-- item.GripPos = (CFrame.Angles(0, 0, angle) * CFrame.new(x, 1, z)).p
item.GripPos = (CFrame.Angles(0, angle, 0) * CFrame.new(x, 1, z)).p
end
end

Expand Down

0 comments on commit 3843314

Please sign in to comment.