#how i make a introduction like this (the camera)
1 messages · Page 1 of 1 (latest)
with camera move
like the video
i need move animator or is just a script
this easy if you have moon animator you can just add camera and edit if you want i can make it for you but u need to script the animation like if you join it plays
im coocked idk how to animate camera in moon animator
i will show it for u with a video
** You are now Level 2! **
are you here?
yup
thanks
np
idk how to do the script, you know a way to do it?
ok i can do it i guess
local Players = game:GetService("Players")
local player = Players.LocalPlayer
player.CharacterAdded:Connect(function(character)
local humanoid = character:WaitForChild("Humanoid")
local anim = Instance.new("Animation")
anim.AnimationId = "rbxassetid://YOUR_ANIMATION_ID" -- replace with your Anim id
local track = humanoid:LoadAnimation(anim)
track:Play()
end)
u need to create this localscript in starter player script and this the script
just press +