Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Where do I put this shaking camera script?

Asked by 6 years ago
local getTilt = function(A,B,Alpha)
    Alpha = Alpha * 50
    local x = 4 * math.sin((A/B)*Alpha)
    local y = 3 * math.sin(Alpha)
    return Vector2.new(x,y)
end

0
Where does it need to be used? User#5423 17 — 6y
0
... Kingdom, I don't know where to put it. Moderation_Times -9 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Put in a LocalScript in Backpack, or PlayerScripts.

Ad

Answer this question