Hello I am trying to figure out how i can be able to archive this on Roblox:
It is known as a “Shelf Cloud Storm”.
I am trying to create this weather system but i dont know where to start from. I have searched around devforum to see if i can get a clue on how to archive it but unfortunately didnt get one.
If anyone know on how i can archive this (without lag) or where i can start from, i will be greatful. Thanks!
Although your description is vague, I’m guessing your asking on how to make the storm move and rotate. In this case:
The movement of the storm can be randomized, by just using math.random and using CFrame or tweening. The rotation can be done by Tweening or CFrame (CFrame might not be smooth). To reduce lag, you can calculate the player’s distance, if the player is closer make the rotation more detailed. Player is far make the rotation more choppy.
(pretty sure tweening wont cause lag but just incase)