I realized I was quickly approaching the cap for building my world, so, I'm going to create sections of a city instead of 1 big city but that's a good thing, it means more details for each section lol
@@slumpsmcgee735 Sounds like a plan to me bro-ski 🤙 mostly it's fine detailing of outer buildings and then interior designs from a Cyberpunk Theme (not the game, the actual Genre) XxD34DW0LFxX is my user 👍if that doesn't work just drop yours
You are the #1 resource for learning about Horizon Worlds building and scripting and it's amazing. Thank you so much for all your work! I'd love to be added to this so I can take a deeper look at these essential scripts and expand my knowledge. I'm so excited to grow and learn! MkeWhoChsHry in-game! Thank you!
DungeonmasterZave here, i would love to be added to the world. Also just wanted to pop in and say thank you so much for you content! It’s been so helpful and entertaining!
This was just what I was looking for - just didn't know at first. Do you have blog writeup on this somewhere, perhaps? It can be hard to follow along sometimes given how fast you delivery the material. Thanks!
Added just now, 😁 on the create tab you can check your collaboration invites, and then follow these two videos to get stuff added to your asset library :) How To Import Worlds & Assets ruclips.net/video/pedzus_QuP8/видео.html/ You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets… Personal Asset Library Tutorial ruclips.net/video/EI5k2J1aBbc/видео.html/ We update the bundle with new assets every month, so definitely check back for more :-)
I do wish we could "morph" certain objects, pull/stretch/skew certain parts, and I'm desperately trying to figure out translucent objects (windows) lol
Yeas! Me too, you kind of can with groups…the first object in a group sets the orientation…then zoom in and rotate, zoom out and stretch the group, interesting results to be had :) In a text gizmo can create partial transparency, hope this helps ^_^
@@Vidyuu YES!!! OMG lol thank you so much now I can make windows, although I have no clue about Gizmos, did you make a video for it? Does the gizmo attach to the object? Also, scrapped the map I was making and the "New & Improved" style shows SO much more potential, can't wait to show you lol (it's still barebones, but man...the atmosphere is so good)
Could you possible elaborate on what happens when switching to Local mode. Why would it cause less latency, is it because there's less matrix multiplications? What do they mean by "ownership changes". This is what it reads before switching to local mode. "Local scripts are experimental. they have less latency, but reset when ownership changes"
Great question, a local script runs on the player who owns the object the script is attached to‘s headset. For instance, if a player was to grab a wand that had a visual effects grouped into the end, when they grab the wand the wand is transferred to the player, and if the script attached to the wand is local, it is reset and starts the when world is started event. You could then have the visual effects ownership transfer to the owner of the wand. I would highly recommend watching this video on how we make a locally scripted gun with player controller haptic feedback, as this is an extremely relevant example of when you need very responsive feedback. So the actions are done without any server lag. As a default script, to cause haptic feedback on a players controller would require the script to communicate back-and-forth between the server which can cause a lot of delay and not feel responsive like you would want it to you. Guns With Haptic Feedback (Let's Start Local Scripting) ruclips.net/video/AAsRtyEfzuY/видео.html
Thanks for that answer. That was not clear at all from the UI. I was under the impression that it was a server thing or a local space transformation thing.
Great suggestion! It’s fairly straightforward with Player Variables, have you used these before? Basically: When Player Enters World ~ set playerVarHealth to 10 for Player When Projectile Hits Player ~ set playerVarHealth to (get playerVarHealth for Player - 1) for player ~ if get playerVarHealth for Player = 0 ~ - Respawn Player to WorldSpawn ~ - set playerVarHealth to 10 for Player
I’ll definitely work on a video and asset for all of this, so stay tuned :) In the meantime, here is a good video to learn about player variables and scores: Lists 101 & While Loops: Ordered Scores ruclips.net/video/SqUn4IjUbgY/видео.html And one way to display the scores using a HUD… Heads Up Display (HUD Script Breakdown) ruclips.net/video/K9IpsG6h1zk/видео.html
Oh and here is a good starting point for a projectile that deducts score (this one just respawns players but with the lines I wrote above would be easy to upgrade 😁) Respawn / Teleport Players With Projectiles in Horizon Worlds! #LaunchersCompetition ruclips.net/video/vI9X1le-tzg/видео.html
Absolutely, it is much harder, the easy way is to just make the controller invisible. You can see a demo of this at The Mansion by MeRcOttE27 down by the lake are some jet skis. As for a hover board you might want to entirely rethink this script. Ie use trigger enter and exit to start and stop the engine. And then use player head for direction, of their hands distance apart for speed….
How could I apply this to move 3 objects? Objects being a crankshaft rotating and a connecting rod, and a piston moving back and forth on a Single plane direction
@@Vidyuu actually sir, it worked beautifully. I used the key frame motion with 12 triggers to rotate the crank, and then lerp to slide the piston on its local axis. I had help with the lerp but it works!!!!
@@TH3B4K3 Will take it under consideration, my concern is the local scripting on it. I know if you reach out to Vulture667, he is giving that asset away :)
@@Vidyuu hey, I got the invitation, but for some reason I can't import the world to make it my own.. all I can do is edit the world you own and I definitely don't want to do that! Have any insight?! Thank you in advance 😄
Can you add me. I tried this script and it doesn’t want to work for me. Is it still usable? Badnewz973. Appreciate all your info. Your the only ones doing it
I have two questions, how would you make it so that one button can control start and stop, and how do you make it so that it stops after the last keyframe?
My dream is to make a super simple instrument .. then somehow be able to record what a player plays.. and maybe a looper. But I’m a long way away. If you could add me too ! Kratissimo. Thank you
My oculus username is (SKT_CAUTION1) If I could get my hands on that I would really appreciate I’m working on a map for the competition and I could really really use it
Added, 😁 check your collaboration invites on the create tab, and then follow these two videos to get stuff added to your asset library :) How To Import Worlds & Assets ruclips.net/video/pedzus_QuP8/видео.html/ You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets… Personal Asset Library Tutorial ruclips.net/video/EI5k2J1aBbc/видео.html/ We update the bundle with new assets every month, so definitely check back for more :-)
I’m so sorry about that, we are actively working on this, at the time this video was recorded Horizon had not opened to the public and so it’s only been in these last few months that we’ve realized how important making more beginner friendly content is and we are actively looking into creating and even recreating more content at entry level. If you found this under the let’s start scripting playlist, it’s assumed that you’d watch the two videos previous, specifically the respawn staff which is a brief intro to scripting. But I do think you’re right and I will remove it from that playlist. I highly encourage you to check out building 101, and 102, gizmos (102) has a great intro to scripting. ruclips.net/p/PL-A-AKbB7UL7_SxU2ql2Ph598lguKx_mJ I would also encourage you to checkout the learn button in your build menu that was added last week. There are a couple hundred videos to help you get started. :) They are also available online here: www.oculus.com/horizon-worlds/learn/
@@Vidyuu Thanks for the insightful information. Sorry if I came off mean - I'm just a bit frustrated as Horizon Worlds seems to make very complicated to script a simple animation from point a to point b.
@@Vidyuu I scripted an object to move from position A to position B - but I'd like for the animation to repeat. Currently the object just moves there and stays there. I can't find a example anywhere online where it explains how to do it.
@@philipobando So basically you need to make a loop...the non scripted method is super easy. From a scripting standpoint you have three options: list + iterator (as seen in this tutorial), multiple events (as seen in the butterfly tutorial), or a boolean switch, which I will write up for you here: When World is Started - send loop to self When Loop is Received - set BoolVariable to not (BoolVariable) //this flips it back and forth from true to false, not is found at the top of operators, and bool variables are created on the variables tab if (BoolVariable) - Move To PositionA over DelayNumVar else - Move To PositionB over DelayNumVar Send Event Loop to Self After DelayNumVar
I have been watching your tutorials quite a bit. I'm currently trying to integrate those key frames in worlds I work on. I've got a feeling I'll be using that a lot. Hope to see you around. TaKo_1513
So great to hear from you, yeah I responded to your previous post you forgot to include your username and I couldn’t find you by searching your name 😁😅 will add you later today 😁
a simple keypoint system like blender would be perfect. that was well explained but way to complicated for a simple animation. basicly unusable without a engenering course. lol god its just a cheap animation it should be cheaply simple to make simple. all the scripts could be converted into pure simple menu. i remember in the 80/////////' having a electric little car. you could input numbers to create a program of movement. it was amazing for the time. that the way it should be... simple you are good at it. over all not so many so far to learn. the curve is harsh because the options are lame and made to be so. the vehicules assets are starting to be usefull. a little more marjin is needed to really make something amazing and a computer programing brain. that loves to make things complicated rather than usefull
Hey thanks for all the amazing tutorials. They have been a great help! Any chance you'll show how to operate Sliding Doors! Thanks in Advance! Byeee!! Lol Username: sembery1
Thanks for watching and asking :) I’ll add you to the world later this evening :) For how the sliding door was made checkout: Opening Door Script Tutorial ruclips.net/video/QmGgwOpezqU/видео.html And in this video, about halfway through you’ll see how we use the rotating door, sliding is almost identical-I recommend doing what we did with the raft near the end for custom doors. :) Horizon Worlds: Essential Upgrades (Building 103) ruclips.net/video/prkqQRL9pHI/видео.html Hope this helps :)
I believe you were already added, (I was unable to add you which is usually what that means), check your collaboration invites and DM me at Laex05 if you don't see Vidyuu Essentials in your create tab: How To Import Worlds & Assets ruclips.net/video/pedzus_QuP8/видео.html/
Hi, thank you for posting all of this helpful content. If you would be kind enough to give me access to the starter pack it would be greatly appreciated. My name in HW is Com4ter
Will add you soon, yup, this video actually shows how to make a looping event 😅😅 Loop & Send Events to Objects ruclips.net/video/KYYGtqo-qNs/видео.html
Love your video! This script is great. you can use this for so much. When we amp up our worlds we will definitely use this. Thank you for the tutorial. I am going to start following your channel for some insights. Keep it up. My username is freespiritvic
Heading in to add you :) Here are the instructions on how to get a copy of the assets, please note that you’re importing it into an empty world: Follow these two videos to get stuff added to your asset library :) How To Import Worlds & Assets ruclips.net/video/pedzus_QuP8/видео.html/ You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets… Personal Asset Library Tutorial ruclips.net/video/EI5k2J1aBbc/видео.html/ We update the bundle with new assets every month, so definitely check back for more :-)
Absolutely, You’ve been added :) After that, 😁 on the create tab you can check your collaboration invites, and then follow these two videos to get stuff added to your asset library :) How To Import Worlds & Assets ruclips.net/video/pedzus_QuP8/видео.html/ You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets… Personal Asset Library Tutorial ruclips.net/video/EI5k2J1aBbc/видео.html/ We update the bundle with new assets every month, so definitely check back for more :-)
Added! :) Here are the instructions on how to get a copy of the assets, please note that you’re importing it into an empty world: Follow these two videos to get stuff added to your asset library :) How To Import Worlds & Assets ruclips.net/video/pedzus_QuP8/видео.html/ You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets… Personal Asset Library Tutorial ruclips.net/video/EI5k2J1aBbc/видео.html/ We update the bundle with new assets every month, so definitely check back for more :-)
Added! :) Here are the instructions on how to get a copy of the assets, please note that you’re importing it into an empty world: Follow these two videos to get stuff added to your asset library :) How To Import Worlds & Assets ruclips.net/video/pedzus_QuP8/видео.html/ You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets… Personal Asset Library Tutorial ruclips.net/video/EI5k2J1aBbc/видео.html/ We update the bundle with new assets every month, so definitely check back for more :-)
Thank you so much, unfortunately the way this used to be done doesn’t work anymore, but if you go into the official asset library, under interactive assets, you’ll find 40 items that we created there 🙂 There are also two showcase worlds to see what’s available; Vidyuu Park, and Simple Tools. 🙂 Hope this helps, and we’ll keep looking for more ways to get you awesome assets like these 🔥✨ I'd also like to invite you to join our Discord server, where you can ask questions, and even promote your work, we've got a great community, and would love to have you there! 🙂 discord.gg/v6hcQ9DtDv Please take a moment to vote for better asset sharing features here, and we'll see you in Horizon! 🙂 horizonworlds.uservoice.com/forums/940711-feature-requests/suggestions/44806756-asset-sharing
Thank you so much, unfortunately the way this used to be done doesn’t work anymore, but if you go into the official asset library, under interactive assets, you’ll find 40 items that we created there 🙂 There are also two showcase worlds to see what’s available; Vidyuu Park, and Simple Tools. 🙂 Hope this helps, and we’ll keep looking for more ways to get you awesome assets like these 🔥✨ I'd also like to invite you to join our Discord server, where you can ask questions, and even promote your work, we've got a great community, and would love to have you there! 🙂 discord.gg/v6hcQ9DtDv Please take a moment to vote for better asset sharing features here, and we'll see you in Horizon! 🙂 horizonworlds.uservoice.com/forums/940711-feature-requests/suggestions/44806756-asset-sharing
I realized I was quickly approaching the cap for building my world, so, I'm going to create sections of a city instead of 1 big city but that's a good thing, it means more details for each section lol
Exactly! And doors can lead into extremely detailed buildings, etc! :)
@@Vidyuu Ahhhhhhhh interesting! So potentially, if needed, highly detailed buildings could in fact, be there own World 👍
@@sheldonthomson5455 I would love to see what you’re working on or even aid you in anything if you’re interested
@@slumpsmcgee735 Sounds like a plan to me bro-ski 🤙 mostly it's fine detailing of outer buildings and then interior designs from a Cyberpunk Theme (not the game, the actual Genre) XxD34DW0LFxX is my user 👍if that doesn't work just drop yours
@@sheldonthomson5455 it’s not showing my user name is dylannovo
You are the #1 resource for learning about Horizon Worlds building and scripting and it's amazing. Thank you so much for all your work! I'd love to be added to this so I can take a deeper look at these essential scripts and expand my knowledge. I'm so excited to grow and learn! MkeWhoChsHry in-game! Thank you!
Thank you so much David, I’ll add you in the next hour or so :-)
DungeonmasterZave here, i would love to be added to the world. Also just wanted to pop in and say thank you so much for you content! It’s been so helpful and entertaining!
Added! :)
I can see myself using this script in the future. Thank you for another incredible video!
Thank you for watching! Hope it helps bring your Dino’s to life! 💜😁
@@Vidyuu Thank you ^^ 💜
Wow i love your script 😍 ♥ you should be having 1MILLION subscribers
This was just what I was looking for - just didn't know at first. Do you have blog writeup on this somewhere, perhaps? It can be hard to follow along sometimes given how fast you delivery the material. Thanks!
Not yet, but it is something we are seriously considering :-)
@@Vidyuu Oh and my username is GrumpyGogglor. Maybe I can better pick this stuff up in the world. :)
Super charge!!! I love it 🥳
Hi! New to building, new to watching excited to learn more :) - spacehexo
Added just now, 😁 on the create tab you can check your collaboration invites, and then follow these two videos to get stuff added to your asset library :)
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html/
You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets…
Personal Asset Library Tutorial
ruclips.net/video/EI5k2J1aBbc/видео.html/
We update the bundle with new assets every month, so definitely check back for more :-)
I do wish we could "morph" certain objects, pull/stretch/skew certain parts, and I'm desperately trying to figure out translucent objects (windows) lol
Yeas! Me too, you kind of can with groups…the first object in a group sets the orientation…then zoom in and rotate, zoom out and stretch the group, interesting results to be had :)
In a text gizmo can create partial transparency, hope this helps ^_^
@@Vidyuu YES!!! OMG lol thank you so much now I can make windows, although I have no clue about Gizmos, did you make a video for it? Does the gizmo attach to the object? Also, scrapped the map I was making and the "New & Improved" style shows SO much more potential, can't wait to show you lol (it's still barebones, but man...the atmosphere is so good)
BattleBardess in Horizon, would appreciate an add! I’m learning 😊👍
Added 😁
ruclips.net/video/pedzus_QuP8/видео.html
Could you possible elaborate on what happens when switching to Local mode. Why would it cause less latency, is it because there's less matrix multiplications? What do they mean by "ownership changes".
This is what it reads before switching to local mode.
"Local scripts are experimental. they have less latency, but reset when ownership changes"
Great question, a local script runs on the player who owns the object the script is attached to‘s headset.
For instance, if a player was to grab a wand that had a visual effects grouped into the end, when they grab the wand the wand is transferred to the player, and if the script attached to the wand is local, it is reset and starts the when world is started event. You could then have the visual effects ownership transfer to the owner of the wand.
I would highly recommend watching this video on how we make a locally scripted gun with player controller haptic feedback, as this is an extremely relevant example of when you need very responsive feedback. So the actions are done without any server lag. As a default script, to cause haptic feedback on a players controller would require the script to communicate back-and-forth between the server which can cause a lot of delay and not feel responsive like you would want it to you.
Guns With Haptic Feedback (Let's Start Local Scripting)
ruclips.net/video/AAsRtyEfzuY/видео.html
Thanks for that answer. That was not clear at all from the UI. I was under the impression that it was a server thing or a local space transformation thing.
I would love to work with you this all is so amazing thank you for your content
Thanks for watching! I can add you to the Essentials Bundle, what’s your Oculus Username? 😁
i would greatly appreciate it if u made a new video on how to make health and make a trigger/projectile delete health
Great suggestion! It’s fairly straightforward with Player Variables, have you used these before?
Basically:
When Player Enters World
~ set playerVarHealth to 10 for Player
When Projectile Hits Player
~ set playerVarHealth to (get playerVarHealth for Player - 1) for player
~ if get playerVarHealth for Player = 0
~ - Respawn Player to WorldSpawn
~ - set playerVarHealth to 10 for Player
I’ll definitely work on a video and asset for all of this, so stay tuned :)
In the meantime, here is a good video to learn about player variables and scores:
Lists 101 & While Loops: Ordered Scores
ruclips.net/video/SqUn4IjUbgY/видео.html
And one way to display the scores using a HUD…
Heads Up Display (HUD Script Breakdown)
ruclips.net/video/K9IpsG6h1zk/видео.html
Oh and here is a good starting point for a projectile that deducts score (this one just respawns players but with the lines I wrote above would be easy to upgrade 😁)
Respawn / Teleport Players With Projectiles in Horizon Worlds! #LaunchersCompetition
ruclips.net/video/vI9X1le-tzg/видео.html
This is actually included in the latest pack update and next week I’ll be showing you how to use the health asset! 😁🙌 😁
Epic!! 🙌🎉
Is it possible to drive a platform without the grab or attachment for example a Hoover board
Absolutely, it is much harder, the easy way is to just make the controller invisible. You can see a demo of this at The Mansion by MeRcOttE27 down by the lake are some jet skis.
As for a hover board you might want to entirely rethink this script. Ie use trigger enter and exit to start and stop the engine. And then use player head for direction, of their hands distance apart for speed….
I lost the box that goes on the arrow when I tried to attach an object (floatie) to the arrow
Try opening the controller and use the reference pill on the floatie to connect it to the slot where the arrow previously was…
How could I apply this to move 3 objects? Objects being a crankshaft rotating and a connecting rod, and a piston moving back and forth on a Single plane direction
Unfortunately I don’t think this is the solution, as per our conversation VR, I’m thinking I will write it down as a potential tutorial to work on :-)
@@Vidyuu actually sir, it worked beautifully. I used the key frame motion with 12 triggers to rotate the crank, and then lerp to slide the piston on its local axis. I had help with the lerp but it works!!!!
@@TH3B4K3 That's amazing! Thanks for the update! :)
@@Vidyuu thank you for the amazing content and asset packs!! Any chance you would add the lerp script to make “stretchy rope” to the pack??
@@TH3B4K3 Will take it under consideration, my concern is the local scripting on it. I know if you reach out to Vulture667, he is giving that asset away :)
Why does my object keep going upside down?and rotating i made a tea cup that you can sit it
Orientation of the trigger may be upside down?
I would love to get added to this world! Your videos are so helpful and I keep coming back for more! ZlawTheeGod please and thank you!
Thanks for watching! I’ll add you later today 😁
@@Vidyuu hey, I got the invitation, but for some reason I can't import the world to make it my own.. all I can do is edit the world you own and I definitely don't want to do that! Have any insight?! Thank you in advance 😄
Let me know if this helps, 😅
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html
Can you add me. I tried this script and it doesn’t want to work for me. Is it still usable? Badnewz973. Appreciate all your info. Your the only ones doing it
I have two questions, how would you make it so that one button can control start and stop, and how do you make it so that it stops after the last keyframe?
Can unity 3d be used for horizon world?
Not yet at least, everything is currently built in app in VR 🤯
Smooviio
Added 😁 and here's how to use:
ruclips.net/video/pedzus_QuP8/видео.html
Would love a copy: ptom
Added this morning :)
great work! username: SmoothCheddar
Added 😁
This is insane
Will creator be able to make money building?
I believe this is definitely a big part of the end game 😁
@@Vidyuu I might be part of this amazing project then. I will start yo learn from your tutorials! Thanks
My dream is to make a super simple instrument .. then somehow be able to record what a player plays.. and maybe a looper.
But I’m a long way away. If you could add me too ! Kratissimo. Thank you
I did the tutorial but the problem I keep having instead of it going to all 4 triggers it’s only going to 1 and then stops
My oculus username is (SKT_CAUTION1) If I could get my hands on that I would really appreciate I’m working on a map for the competition and I could really really use it
Your videos are amazing thank you so much! Could you please add varunsharma5000 as a collaborator??
WickedVox
Thanks so much for everything you do. Sooooo helpful! CatzMeow1
Will this help my water move in my beach world? I'm so lost when it comes to scripting😭🥺
Here’s the video for you :)
Easy Motion (No Script)
ruclips.net/video/3x2BzROGqCo/видео.html
Plz can I have the motion script!!!?? Badnewz983. Oculus 2
Added, 😁 check your collaboration invites on the create tab, and then follow these two videos to get stuff added to your asset library :)
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html/
You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets…
Personal Asset Library Tutorial
ruclips.net/video/EI5k2J1aBbc/видео.html/
We update the bundle with new assets every month, so definitely check back for more :-)
Nothing about what you have just explained is in any regard easy for a beginner like me.
I’m so sorry about that, we are actively working on this, at the time this video was recorded Horizon had not opened to the public and so it’s only been in these last few months that we’ve realized how important making more beginner friendly content is and we are actively looking into creating and even recreating more content at entry level.
If you found this under the let’s start scripting playlist, it’s assumed that you’d watch the two videos previous, specifically the respawn staff which is a brief intro to scripting. But I do think you’re right and I will remove it from that playlist.
I highly encourage you to check out building 101, and 102, gizmos (102) has a great intro to scripting.
ruclips.net/p/PL-A-AKbB7UL7_SxU2ql2Ph598lguKx_mJ
I would also encourage you to checkout the learn button in your build menu that was added last week. There are a couple hundred videos to help you get started. :)
They are also available online here:
www.oculus.com/horizon-worlds/learn/
@@Vidyuu Thanks for the insightful information. Sorry if I came off mean - I'm just a bit frustrated as Horizon Worlds seems to make very complicated to script a simple animation from point a to point b.
@@philipobando No you're good! That's great insight, here's a video on animation without scripting :)
ruclips.net/video/3x2BzROGqCo/видео.html
@@Vidyuu I scripted an object to move from position A to position B - but I'd like for the animation to repeat. Currently the object just moves there and stays there. I can't find a example anywhere online where it explains how to do it.
@@philipobando So basically you need to make a loop...the non scripted method is super easy. From a scripting standpoint you have three options: list + iterator (as seen in this tutorial), multiple events (as seen in the butterfly tutorial), or a boolean switch, which I will write up for you here:
When World is Started
- send loop to self
When Loop is Received
- set BoolVariable to not (BoolVariable) //this flips it back and forth from true to false, not is found at the top of operators, and bool variables are created on the variables tab
if (BoolVariable)
- Move To PositionA over DelayNumVar
else
- Move To PositionB over DelayNumVar
Send Event Loop to Self After DelayNumVar
why is so hard to animate something?
This is for complex animations, simple animations can be done quite easily :)
Easy Motion (No Script)
ruclips.net/video/3x2BzROGqCo/видео.html
Very impressive, i would love to take these for a ride!
username: NoSpek
Thank you! 😁 I’ll add you this evening :)
I have been watching your tutorials quite a bit. I'm currently trying to integrate those key frames in worlds I work on. I've got a feeling I'll be using that a lot. Hope to see you around. TaKo_1513
Thanks for your support! Hope to meet you too! Added 😁
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html
can you send me an Invite please. I'm working on a nice house and I want interaction script. Can't you help me? Montmuscle
Added! :)
PigeonOnAPizza coming in 2 yrs late!
CredoCode!! :)
You got it! I’ll add you later this evening :)
Very cool, I would really like to play with this, my username is zoperator
Thank you! I’ll add you later today 😁
Awesome video as always. Would love a copy to play around with.
Username: Degraded.AI
Thank you! Just added :-)
@@Vidyuu thanks.
Hey!
Loving your videos!
Username: Michch333
Thank you! Will add you later tonight 😁
I haven’t been added yet.
Kiwi0319
So great to hear from you, yeah I responded to your previous post you forgot to include your username and I couldn’t find you by searching your name 😁😅 will add you later today 😁
@@Vidyuu my apologies.. 😊 thank you
Lctuner
Will add you this evening 😁
Papareedy69 that's mine
Dabzuki
You got it! 😁 I'm heading in to add you and will have the bundle updated with a few more assets today :D
a simple keypoint system like blender would be perfect. that was well explained but way to complicated for a simple animation. basicly unusable without a engenering course. lol god its just a cheap animation it should be cheaply simple to make simple. all the scripts could be converted into pure simple menu. i remember in the 80/////////' having a electric little car. you could input numbers to create a program of movement. it was amazing for the time. that the way it should be... simple you are good at it. over all not so many so far to learn. the curve is harsh because the options are lame and made to be so. the vehicules assets are starting to be usefull. a little more marjin is needed to really make something amazing and a computer programing brain. that loves to make things complicated rather than usefull
Hey thanks for all the amazing tutorials. They have been a great help! Any chance you'll show how to operate Sliding Doors! Thanks in Advance! Byeee!! Lol
Username: sembery1
Thanks for watching and asking :)
I’ll add you to the world later this evening :)
For how the sliding door was made checkout: Opening Door Script Tutorial
ruclips.net/video/QmGgwOpezqU/видео.html
And in this video, about halfway through you’ll see how we use the rotating door, sliding is almost identical-I recommend doing what we did with the raft near the end for custom doors. :)
Horizon Worlds: Essential Upgrades (Building 103)
ruclips.net/video/prkqQRL9pHI/видео.html
Hope this helps :)
@@Vidyuu thanks, I was looking for this video with the raft! I couldn't find earlier :D
xParZivaLLx
I’ll add you this afternoon 😁
Username is Lottome Hopefully we can still be added!
Billycoady
Awww, that's why, I just tried and I was missing the Y, I'll be back on tonight to add you :)
Added :)
Here's how to use: ruclips.net/video/pedzus_QuP8/видео.html
solidSteak90
Love your tutorials, thank you!
Thank you! Will add you later tonight :)
Kizzy23
CronkBros
I believe you were already added, (I was unable to add you which is usually what that means), check your collaboration invites and DM me at Laex05 if you don't see Vidyuu Essentials in your create tab:
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html/
Flexfocus
Added :)
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html
Tacomanz
Thanks for watching I’ll add you this evening :)
Solothehotboy
Will add you today :)
klipcat
Fontesfam
You got it, will add you later today! :)
Username: Urnsheme
Added :)
Username: Fredriken
I’ll add you tonight 😁
fontesfam
Added! :)
Geekyzone
Merry Christmas! Will add you later today 😁🥛🍪
Erky2009
Going in to add you right now :)
Great work! H0ly_Diver please add!
Bowiegirrl
Added 😁
JahseeO
Added earlier today :)
@@Vidyuu awesome. Thank you!
Hi, thank you for posting all of this helpful content. If you would be kind enough to give me access to the starter pack it would be greatly appreciated. My name in HW is Com4ter
Thank you so much! I’ll add you later tonight 😁
Thanks for all the great tutorials! I've learned so much, thank you.
Username: BostonChuck
Thank you so much for watching! 😁 Going in to add you right now :)
CallMeMrRinger
I’ll add you tonight 😁
Tgggggg
Added! 😁 Here's how to use:
ruclips.net/video/pedzus_QuP8/видео.html
Auteur-esq
Haven't finished this whole video but can you make scripts loop? Like keep rotating a cube infinitely?
Will add you soon, yup, this video actually shows how to make a looping event 😅😅
Loop & Send Events to Objects
ruclips.net/video/KYYGtqo-qNs/видео.html
Here is a video on looped rotation ^_^
Continuous Spin / Rotation Script Tutorial!
ruclips.net/video/rCs5qwSVJd0/видео.html
Love your video! This script is great. you can use this for so much. When we amp up our worlds we will definitely use this. Thank you for the tutorial. I am going to start following your channel for some insights. Keep it up. My username is freespiritvic
Heading in to add you :) Here are the instructions on how to get a copy of the assets, please note that you’re importing it into an empty world:
Follow these two videos to get stuff added to your asset library :)
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html/
You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets…
Personal Asset Library Tutorial
ruclips.net/video/EI5k2J1aBbc/видео.html/
We update the bundle with new assets every month, so definitely check back for more :-)
i would love a copy of these edits. my gametag is BigGamerTelevision
Added :) Here’s how to use 😁
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html/
Please add "dangerdork" to friends - I would love to have access to this
Sorry for the delay, so busy, but I'll make sure to add you today. 😅
DeeJay3100 plz!
Heading in right now to add you as a collaborator :)
Here's a tutorial on how to use: ruclips.net/video/pedzus_QuP8/видео.html
I would love to be added as an editor to this world. Been creating for about a month and definitely need help scripting. Sir_James_Geo
Absolutely, You’ve been added :)
After that, 😁 on the create tab you can check your collaboration invites, and then follow these two videos to get stuff added to your asset library :)
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html/
You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets…
Personal Asset Library Tutorial
ruclips.net/video/EI5k2J1aBbc/видео.html/
We update the bundle with new assets every month, so definitely check back for more :-)
This was next level !
Thank you for sharing
User Name: kid9renade
Thanks! ^_^
Added! 😁 Here's how to use:
ruclips.net/video/pedzus_QuP8/видео.html
Pistol_P_Mackavidge
Very helpful!! I was looking for this exact thing. I'd love to be added to the world. Username: ace.tribe
Adding you right now :)
Pid TopazeONETime for the add
BENOFFICIALGAMEZ!
Added! :) Here are the instructions on how to get a copy of the assets, please note that you’re importing it into an empty world:
Follow these two videos to get stuff added to your asset library :)
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html/
You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets…
Personal Asset Library Tutorial
ruclips.net/video/EI5k2J1aBbc/видео.html/
We update the bundle with new assets every month, so definitely check back for more :-)
Mark_wade
Added! :) Here are the instructions on how to get a copy of the assets, please note that you’re importing it into an empty world:
Follow these two videos to get stuff added to your asset library :)
How To Import Worlds & Assets
ruclips.net/video/pedzus_QuP8/видео.html/
You’ll want to do this to get a clean copy of the assets that you can keep. And then to make assets…
Personal Asset Library Tutorial
ruclips.net/video/EI5k2J1aBbc/видео.html/
We update the bundle with new assets every month, so definitely check back for more :-)
ProtoOffical
@Mariasun
KaiSmith2015
I love your work can you add me PRBiLLie Thank you for all you do.
Thank you so much, unfortunately the way this used to be done doesn’t work anymore, but if you go into the official asset library, under interactive assets, you’ll find 40 items that we created there 🙂
There are also two showcase worlds to see what’s available; Vidyuu Park, and Simple Tools. 🙂 Hope this helps, and we’ll keep looking for more ways to get you awesome assets like these 🔥✨
I'd also like to invite you to join our Discord server, where you can ask questions, and even promote your work, we've got a great community, and would love to have you there! 🙂
discord.gg/v6hcQ9DtDv
Please take a moment to vote for better asset sharing features here, and we'll see you in Horizon! 🙂
horizonworlds.uservoice.com/forums/940711-feature-requests/suggestions/44806756-asset-sharing
Awesome work !!
UserName : KhanShahzeb
Added 😁
ruclips.net/video/pedzus_QuP8/видео.html
LouieLouieinvr
Djnola44
Moneybaby315
@Bigdawgskar on vr
MONEYBABY315
Will add you later tonight 😁
My user name is GreenMango678. Thank you!
slayer2024.2023
The_Murd3ress
Thank you so much, unfortunately the way this used to be done doesn’t work anymore, but if you go into the official asset library, under interactive assets, you’ll find 40 items that we created there 🙂
There are also two showcase worlds to see what’s available; Vidyuu Park, and Simple Tools. 🙂 Hope this helps, and we’ll keep looking for more ways to get you awesome assets like these 🔥✨
I'd also like to invite you to join our Discord server, where you can ask questions, and even promote your work, we've got a great community, and would love to have you there! 🙂
discord.gg/v6hcQ9DtDv
Please take a moment to vote for better asset sharing features here, and we'll see you in Horizon! 🙂
horizonworlds.uservoice.com/forums/940711-feature-requests/suggestions/44806756-asset-sharing
hi i would love to have this world my user is Soicyred_vr thanks...😀
Highpriestess96 pleaseeee
My Oculus username: TonOfHam
Added :)