#how i make a introduction like this (the camera)

1 messages · Page 1 of 1 (latest)

frozen escarp
junior barn
#

intro with camera move or without intro but camera move

#

?

frozen escarp
#

like the video

#

i need move animator or is just a script

stone bone
# frozen escarp

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

frozen escarp
stone bone
#

add me to your game i can do it for u

#

or i can teach you

stone bone
high lodgeBOT
#

studio** You are now Level 2! **studio

stone bone
#

are you here?

frozen escarp
#

yup

stone bone
#

here is the video

frozen escarp
#

thanks

stone bone
#

np

frozen escarp
#

thats a + or a -

#

@stone bone

frozen escarp
stone bone
#

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

stone bone