Reasources To Learn Roblox Steaming? (Only Load Parts Near You Script). & Lag Reduction
Asked by
6 years ago Edited 6 years ago
Hello,I heard roblox added a feature,where is only loads parts near you. This is good for making your game not lag. Any way to do this? What resources can I use to learn this new method? And How Can I Possibly Do This? Thanks,In Regards,Danielp533
Something Like this:
1 | local parts = game.Workspace:GetChildren() |
2 | parts.Parent = game.ServerStorage |
3 | if game.Players.LocalPlayer.Character.:GetChildren().Position (is_near) parts then |
4 | parts.Parent = workspace |
Edit:After Reading the Comments,and This Steaming Thing Didnt Change My Game Being Laggy,Now Im Very Curious On How To Stop My Game From Being Laggy. Its very annoying,and i dont feel like removing theese parts