
How to create a moving part - Scripting Support - Roblox
Aug 6, 2021 · I want to create a moving part for my obby game and I can’t find any tutorials to fit my need. I want my part to be a small square that moves horizontally back and forth a certain distance (the player jumps on when its close to them, and it takes them). I don’t even know where to begin to start for this, any ideas?
How do you make a part vibrate? - Scripting Support - Roblox
May 20, 2020 · The title pretty much says it all. So, how do I make an anchored part physically vibrate by changing it’s cframe? I know how to set a cframe of a part, but I don’t know how to vibrate a part.
Part Creator [Plugin] - Community Resources - Developer Forum
May 10, 2022 · ⚠ Part Creator v2.0 is a redesign update new tools will be available in the next update! ⚠ What is Part Creator? Part Creator is a plugin where you can find a library of objects. How to use Part Creator? How to shade smooth a object: Right-click on a object frame and press the “Shade Smooth” button to set true or false the property. Note: Only selected objects have the “Shade Smooth ...
How do you set a Part as a Primary Part? - Building Support - Roblox
Jan 23, 2021 · I know it’s kind of a dumb question, but I don’t know how.
Change a parts color - Scripting Support - Developer Forum
Mar 12, 2021 · So I encountered something really weird that always worked for me until now:/ I inserted a script into a part in the workspace. In the script I wrote; while true do script.Parent.Color = Color3.new(255,0,0) w…
How to teleport a specific player to a part - Roblox
May 19, 2021 · Hi! Could someone give me a hand? I need to teleport a player to a party. For example, my player plays a part and it automatically teleports to a different part. How can I do this? Someone could give me a hand. I would appreciate it very much. 🙁 Player touches Part1 → Player has been teleported to Part2
[Activated!] New Part Physics API - Announcements - Roblox
Nov 30, 2020 · When working with a single part, that part is an assembly itself. Every assembly has a root part. The root part is defined by several factors including the RootPriority property. A more in-depth breakdown can be found here: Documentation - Roblox Creator Hub; An assembly only exists in the Workspace or another WorldModel instance.
What is the main difference with “Part” and “BasePart”? - Roblox
Oct 12, 2020 · Part classname is ofc “Part” but is also acceptable when its named “BasePart” if i:IsA("Part") and if i:IsA("BasePart") what does it differentiate between the two?
PartCache, for all your quick part-creation needs - Roblox
Mar 1, 2019 · I’ve just finished designing and testing a little module I’m calling “PartCache”. This module is used to make the illusion of quickly creating and destroying parts for stuff like laser beams and such. This module uses CFrame to its advantage to work, since creating parts with Instance.new() can get very laggy. Here’s a stress test. I have 64 …
High performance water: Swimmable part 2.0 - Roblox
Oct 30, 2022 · Greetings my fellow developers. About a year ago I released the first version of this project, and I think it’s time to release the second big version. What’s changed? The system has been completely re-written, to remove some problems and re-organise the whole code. This is one of the most important things I fixed in this version: The overall mechanics have also improved. Source About the ...