What I want to achive: I want to learn a way to animate a custom proximityPrompt show in this video(I dont know where to start)
1 Like
ProximityPrompts have a property called “Style”. If you enable that to “Custom”, you can override the default and script your own.
A couple useful things to keep in mind is that nothing is going to show up until you actually create the UI and script it yourself. You’ll probably need to use ProximityPrompt.PromptShown for this as well. The linked page has a pretty good example code on other things you’ll need to achieve this.
yeah I already scripted something I like that, what Im looking for is how to animate the UI using code(progression)