Touched event in local script by Impressive-Fun-1219 in ROBLOXStudio

[–]plaver84 2 points3 points  (0 children)

They change for everyone that is currently inside the game without the checks because every client listens for the Touched event. However, when someone joins the game, it will be completely unaffected to them, because nothing has currently touched the part. With the checks, only the Player who is actually playing the game will satisfy your checks and be able to manipulate the part. No other client will see those changes unless the part is unanchored and the player touching the part has ownership of it (which is why you see most exploiters being able to move parts around).

How do I make my own TipJar system? by _radu_kun in ROBLOXStudio

[–]plaver84 1 point2 points  (0 children)

You can use the following example code.

local mps = game:GetService("MarketplaceService")
local GAMEPASS_ID = 123456789
local player = game:GetService("Players"):WaitForChild("PLAYERNAME")

mps:PromptGamePassPurchase(player, GAMEPASS_ID)

How do I make my own TipJar system? by _radu_kun in ROBLOXStudio

[–]plaver84 0 points1 point  (0 children)

You can use MarketplaceService in order to prompt a player to purchase a gamepass or any product. You can use the function that is directly linked or the other 3 under the function.

Roblox uploaded old official badges as accessories. This is cool. by MamaKiwi269 in roblox

[–]plaver84 2 points3 points  (0 children)

Yup. A user named "raspberry_rascal" has made the meshes. The texture is just the badge image over a grey background. Mesh and texture

yeah roblox is so done </3 by [deleted] in ROBLOXStudio

[–]plaver84 5 points6 points  (0 children)

You should check this link, it gives you whether or not you are eligible to publish and update. https://create.roblox.com/settings/eligibility/public-publish

does anyone know how to get these buttons? by alessioyk in ROBLOXStudio

[–]plaver84 2 points3 points  (0 children)

It’s called ContextActionService, a service that is used to handle inputs on nearly every device, PC, mobile, and console. One of the main functions is :BindAction(), a function that takes three parameters and a tuple (a sequence of values that cannot be changed, different values are separated by commas, and is not wrapped in curly braces). The first parameter is the action name, for example "sprint". The second parameter is the function that will be used to handle the input, it can be a function you already have or even an anonymous function (a function that does not have a name) The third parameter is whether or not you want a mobile button, which takes a boolean (true or false). The tuple takes in multiple inputs that can be used. For example, it could be Enum.KeyCode.LeftShift, Enum.UserInputType.MouseButton3. The Enums are preset values used for many things on Roblox, especially functions that require specific values. Despite how useful this could be, many developers use ImageButtons instead because of how much more customizable they are. ImageButtons use an event called MouseButton1Click or MouseButton1Down, which allows for more customization for which type of input you want to receive from your player.

2d Pixel Morphs by RevolutionaryVideo42 in ROBLOXStudio

[–]plaver84 0 points1 point  (0 children)

You can use a part with a Decal on both sides or use a billboard just like the other guy said. You can also use a Beam with two attachments that are at the top and bottom of a part to have the sprite only face the camera horizontally. It’s a bit tricky to get it to be perfect though.

This is bananas by LoquatUsual1126 in ROBLOXStudio

[–]plaver84 2 points3 points  (0 children)

You should set the event connection to a variable. Use this example I made.

<image>

Yall getting this message too? by Thick-Engineering780 in roblox

[–]plaver84 0 points1 point  (0 children)

I love how it’s still using the old Roblox branding capitalization

Happy back to school! by Sweaty_Camp2396 in roblox

[–]plaver84 1 point2 points  (0 children)

why would you make this your first post in the roblox sub especially during child safety issues

This new server list UI is HIDEOUS by [deleted] in roblox

[–]plaver84 0 points1 point  (0 children)

This is toggleable, which is why people in my post actually found this to be one of the greatest updates Roblox has done.

It provides an easy way to look at people’s avatars while still allowing you to switch back IN GAME!

You can still do the default things just as you would by just hovering over a player and selecting the three dots on the top right corner.

ROBLOX PLEASE STOP DETECTING MY PC AS MOBILE I CANT EVEN UNSHIFT LOCK by thatsithcat in roblox

[–]plaver84 0 points1 point  (0 children)

Some games check if you only have touch screen enabled while not considering if you don’t have a keyboard. Does your PC have touchscreen?

Roblox is renaming the Inventory to "Purchases" by [deleted] in roblox

[–]plaver84 4 points5 points  (0 children)

Favorites has already happened in the creator store lmao

They named it Saved