Creator Questions & Discussions
cancel
Showing results for 
Search instead for 
Did you mean: 
Urgent Message Banner

Upcoming Events:

Build-Along: Build World Concepts Faster with GenAI
With SpaceGlitterUnicorn & MKE_TheGuru
May 13th 11:00 AM PT
Register Here

Build-Along: Unlock the Power of Player Inventories
With Shards632
May 15th 11:00 AM PT
Register Here

View all May Events

Forum Posts

About this Category: Creator Discussion

About this Category: Creator Questions & Discussions Have a question while building? Need advice on a complex system or are you stuck mid-script? This is your best space to ask, collaborate, and problem solve with not only fellow creators, but Meta e...

Sit Down, Ride Away and Die.

I'm going through the tutorials and in the web mobile one I see this Death script that triggers when you hit a target. It makes me wonder what other animations I can call for my avatar. I know I've seen others implement this in various ways, I'm wond...

Screenshot 2025-04-30 080238.png
Drewls by Member
  • 120 Views
  • 3 replies
  • 0 kudos

In-App Purchases Strategy

Hi everyone! In-app purchases can enhance the user experience and drive engagement. We want to discuss strategies that make them worthwhile. What strategies have you found effective for in-app purchases? Share your experiences and insights. How do yo...

kaceymon by Meta Employee
  • 54 Views
  • 0 replies
  • 0 kudos

Resolved! Unable to manipulate static entity

Another basic question - I have a locked door, After I use a Custom UI to unlock it, I want to remove it. Changing the visibility works, but I cannot set the collidability or even move it.I get "Unable to manipulate static entity". So how can I imple...

Typescript tutorial world

Has anyone brand new to coding been able to successfully follow the tutorial world with online steps (collecting gems with timer)? Even with the complete scripts and attaching everything, nothing happens.

1V1XEN by Member
  • 156 Views
  • 2 replies
  • 0 kudos

Resolved! Send network event to server

Hi,Wondering, is there a way to send a network event from player to server without using broadcast?I tried sendNetworkEvent(this.world.getServerPlayer()...) but it doesn't accept the server player. Thanks,John

Resolved! Simple leaderboard don't update value

Hello meta creators, I need some help because I truly want to cry. Since I deleted the leaderboard in ONE world, it's now impossible for me to get the leaderboard working in any world. Can someone test this script to update a leaderboard? Create a le...

dello32 by Member
  • 228 Views
  • 4 replies
  • 0 kudos

Cant change payout method

Ive been trying to change my payout stuff to a different account but every time I try to change it it wont let me go into that part saying "Something went wrong when securely transmitting your data. Please try again Later. Where can I put a ticket fo...

Resolved! Sublevel name?

I hope that this is an easy question.I want to get the name of the current sublevel.When I run this.world.name.get() in a sublevel script, I just get the name of the parent world. So how do I get the sublevel name? I need this for scoring in my game....

Resolved! Audio distance

I have sublevels scattered around a large space but I find that I have to have duplicate sound clips within each sublevel because of a built-in audio distance limit (apparently 1000 meters?).This seems to apply even if I set the audio to be global. I...

Movement performance advice?

I have brief movement animations (5 seconds) in my TypeScript Horizon Worlds starship game and unfortunately the frame rate drops from 72 fps to 50 fps during those periods. I'm currently using lerp to generate a position for every frame using onUpda...