Trying to recreate ball from the game Slope

Hi Joey, that’s a great beginner project to start with.
The ball in the browser game Slope is usually a shiny, glowing sphere rolling down ramps.

o recreate the look, try this:

Use a Sphere Static Mesh.
Create a new Material*with:
A strong base color (like green or red)
High metallic and high specular/roughness = 0.1 for that shiny effect
Add a Fresnel node or emissive glow to simulate the glowing edges

Emissive Material in Unreal Engine 5 - Glow | Neon Effect Tutorial

Using the Emissive Material Input in Unreal Engine

Roll a Ball | Unreal Engine 5 Tutorial | With & Without Physics

Make Ball roll fully with torque - Blueprint

UE5: How to make a rollerball game

This is all the information I could gather; I hope it helps you. If you still face challenges or have new questions, feel free to share.

1 Like