what are points in roblox for

by Nikolas Mohr 3 min read
image

Once you've earned Points, your score is visible on your profile page, so you can use it to show your friends how experienced a gamer and ROBLOX member you are. Points are also going to play a significant role in group competition and global leaderboards, both of which are coming soon to this beta test.Apr 15, 2014

Full Answer

What do points do in Roblox?

Points are a form of currency in ROBLOX Parkour. It's primary function is to increase the amount of XP a player has, which in turn can increase the player's rank. Points can be gained through movement and simply playing the game, and the amount of points you earn can vary depending on different multipliers.

What can you do with player points on Roblox?

  • Base Wars: The Land
  • Call of Robloxia 5 - Roblox at War
  • Deathrun 2
  • DODGEBALL!
  • Doomspire Brickbattle
  • Flood Escape
  • Flee the Facility
  • Hiking
  • Paintball 2!
  • Phantom Forces

More items...

How do you get Robux points?

To earn the Roblox gift card, you'll need to earn points on getrbx.gg, and the points can be obtained if you complete some tasks through the site. The tasks will not take more than 10 minutes.

How do you get points on Roblox?

  • Combining Prodigy and The Art of the Steal will yield the Infiltrator class.
  • Combining The Art of the Steal and Combat Mastery will yield the Commando class.
  • Combining Combat Mastery and Demolitions Expert will yield the Juggernaut class.
  • Combining Demolitions Expert and Prodigy will yield the Technician class.

More items...

image

Create a Leaderboard

To setup this project, you’ll need a leaderboard to track the points and a part that changes colors. Start with creating the leaderboard.

Create the Color Changing Part

The RGB values for blue, green, and red are on the right. Each color and point value will be stored in a separate variable. The variables can then be checked to give or subtract points.

Add the Players Service

To award points, you'll need to get access to the player's information which is stored in the Explorer under Players, and is seperate from the character object. This is where information like leaderboard stats can be found. You can do so by adding the Players service to your script.

Set Up Touch and Points Functions

PointsScript will need two functions. The first function will give and subtract parts. The second function will check if a player has touched the part.

Create Looping Colors

To loop through colors, the script will use a while true do loop that changes the part’s color every few seconds.

Giving Players Points

Because each color gives a different amount of points, the script will use an if statement to check what color is active when touched and give points based on that color.

Giving Players Feedback

The PointPart works, but players might not notice something happened unless they happen to be looking at their leaderboard. Fix that by creating particles when the PointPart is destroyed. Adding feedback when players use a part, like sounds, shakes, or particles, makes interactions with objects more satisfying to players.

My point of view to this game

It its okay. I just wonder how they send your robux to your account if you don’t even log in or give it to the game. Another thing is that when I win the games it really gives me nothing, but I rated 4 stars bc it starts off decent then kinda drops.

Awful

First off anytime I would want to click something, boom add! The crazy thing is it would be the same add, over, and over, again! Also when I tried to get the robux after putting in all this information about me, it doesn’t give you the robux. It makes you buy another app, then you have to play on that app for a specific amount of time.

Data Not Linked to You

Privacy practices may vary, for example, based on the features you use or your age. Learn More

image