UpDownLeftRight

FNF: Psych engine Floating character script

Dec 7th, 2021
1,105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function onUpdate()
  2. if curStep % 4 == 0 then
  3. doTweenY('Tag1', 'CharacterThatYouWant', CharacterBgYPlusValue, HowLongItTakes, 'sineIn')
  4. end
  5. if curStep % 4 == 2 then
  6. doTweenY('Tag2', 'CharacterThatYouWant', CharacterBgYMinusSameValue, HowLongItTakes, 'sineIn')
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment