#Helpp

1 messages · Page 1 of 1 (latest)

quick flare
#

So basically you need to touch a coin then it replaces around the map on another place but nothing happens is this script correct? : local part = script.Parent

local cooldown = 0.3 -- prevents double touches
local Y = 3 -- height above Baseplate
local baseplateSize = 512 -- normal Baseplate size
local baseplateHalf = baseplateSize / 2

local minX, maxX = -baseplateHalf, baseplateHalf
local minZ, maxZ = -baseplateHalf, baseplateHalf

local coinValue
if part.Name == "5Coin" then
coinValue = 5
elseif part.Name == "25Coin" then
coinValue = 25
elseif part.Name == "50Coin" then
coinValue = 50
elseif part.Name == "100Coin" then
coinValue = 100
elseif part.Name == "500Coin" then
coinValue = 500
else
coinValue = 0
end

local debounce = false

part.Touched:Connect(function(hit)
local character = hit.Parent
local player = game.Players:GetPlayerFromCharacter(character)
if not player then return end

local moneyStat = player:FindFirstChild("leaderstats") and player.leaderstats:FindFirstChild("Money")
if not moneyStat then return end

if debounce then return end
debounce = true

moneyStat.Value += coinValue

if part.Name == "500Coin" then
    part.Position = Vector3.new(0, -1000, 0)
    delay(120, function()
        local newX = math.random(minX, maxX)
        local newZ = math.random(minZ, maxZ)
        part.Position = Vector3.new(newX, Y, newZ)
    end)
else
    local newX = math.random(minX, maxX)
    local newZ = math.random(minZ, maxZ)
    part.Position = Vector3.new(newX, Y, newZ)
end

wait(cooldown)
debounce = false

end)

snow kelp
#

@quick flare

#

I can help for 100 robux

quick flare
snow kelp
#

Wgatever

#

I'll help you for free ig

#

Put this code inside of the part

ember tinselBOT
#

studio** You are now Level 1! **studio

snow kelp
#

local coin = script.Parent
local minPos = Vector3.new(-200, 5, -200)
local maxPos = Vector3.new(200, 5, 200)

local debounce = false

coin.Touched:Connect(function(hit)
local character = hit.Parent
local humanoid = character:FindFirstChild("Humanoid")

if humanoid and not debounce then
    debounce = true
    local randomX = math.random(minPos.X, maxPos.X)
    local randomZ = math.random(minPos.Z, maxPos.Z)
    local y = minPos.Y

    coin.Position = Vector3.new(randomX, y, randomZ)

    task.wait(0.5)
    debounce = false
end

end)

#

@snow kelp

#

@quick flare

quick flare
snow kelp
#

It's ok mate

quick flare
#

btw im trying to create like when i touch a part the score value goes up and the coin respawns somewhere else

snow kelp
#

Hmm listen my user is iamsafeerhero8 I'll fix it just add me and ass me to the game

#

Add*

quick flare
#

ok

#

wait how do i do that 😭

#

@snow kelp

snow kelp
#

Oh so

quick flare
#

i added u

#

did u accept connection

#

@snow kelp

#

broo

#

accept my connection and join studip

#

studio

snow kelp
#

Ok chill

#

Go to DMs ok

quick flare
#

this is dms?

ember tinselBOT
#

studio** You are now Level 8! **studio

quick flare
#

@snow kelp did u accept connection?

#

broo

#

@snow kelp

snow kelp
#

Chill out mb

ember tinselBOT
#

studio** You are now Level 2! **studio

quick flare
#

did u do it?

snow kelp
#

Kk wait

quick flare
#

ok accept connection

snow kelp
#

Lemme start up my pc

quick flare
#

bruh

snow kelp
#

Sorry

quick flare
#

np

#

yea i gtg

snow kelp
#

Waittttt

#

Wait like 10m

#

Bro

quick flare
#

Ok

#

I'm on my phone rn btw

#

So I can't help I can only talk

#

I have nothing btw just 5 coins with a script for the rest I have nothing

snow kelp
#

I accepted

quick flare
#

Ok

#

I added u to the studio

snow kelp
#

Kk I'll start in 5m if that's ok?

quick flare
#

Yea sure

#

Just help a little with my game 🎮 ☺️

snow kelp
#

Btw after I'm done can u gimme 8 rbx (optional)

#

I kinda need to buy a gamepass and I'm 8 rbx off

quick flare
#

How

#

How do I Gove it

#

Give

snow kelp
#

Gamepass 🙂

#

But ofc u don't have to

quick flare
#

Yea ill do it but can u help me some more then

#

Cuz I want a game

#

Doesn't matter if it s bad or good

#

Just a good working game

snow kelp
#

If it's small scripts sure

#

But if tis a little to big systems I might need oayment

#

U didn't share it with me

#

@quick flare

quick flare
#

Yea

snow kelp
#

U didn't share it with me

quick flare
#

Huh I did

#

Wait

#

I'll check again

snow kelp
#

What's the name of the fame

#

Game

quick flare
#

Untitled

#

I did now

snow kelp
#

What kinda game is it?

quick flare
#

I didn't do anything yet I only made 5 parts

#

It's a simulator kinda

#

But i didn't even really start yet

snow kelp
#

@quick flare

#

Could u go out of my script pls

#

Btw I fixed ur data storage too

quick flare
#

Thx

#

Why did u delete the parts btw

snow kelp
#

I didnt

#

I put them somewhere else

quick flare
#

yo the black orb should only spawn every 2 minutes and then a pop up will appear to the players also if you pick a orb u get money and with money u can buy speedboosts to get more coins

#

green orb= 5 points , blue orb =25 points , red orb= 50 points , yellow orb= 100 points and black orb = 500 points

#

ok?

#

and they should be scattered around the WHOLE map

#

tyysmm bro

snow kelp
#

Stop changing the colur dude

ember tinselBOT
#

studio** You are now Level 3! **studio

snow kelp
#

Ik what I'm doing tryst

#

Trust

quick flare
#

broooo it should look cool

snow kelp
#

Wait

quick flare
#

black background feels cooler

#

NICE BRO LOVE YOU SO MUCH

snow kelp
#

Just go out of studio pls

#

VRO STOP DELETING ITS IMPORTANT THE OART

#

Part

#

@quick flare

quick flare
#

what did i delete

snow kelp
#

The part just go out of studio pls

quick flare
#

bro im creating shop

#

i did nothing

snow kelp
#

Kk

quick flare
#

😭

snow kelp
#

I made it little visible so ik where it is and I hate when someone ruins my stuff and I thought u deleted it

quick flare
#

Do you know how to work with proximity prompts?

snow kelp
#

Yh

quick flare
#

Can u make a shop with it?

#

in that shop consist upgrade

snow kelp
#

Btw I'm changing the sky for one minute

quick flare
#

speed upgrades

quick flare
#

how did u learn scripting

#

Btw do you see the two UIs

#

on the left side

snow kelp
#

Yh

quick flare
#

oh bruh it was meant to be only for me 😭

#

yk what it does?

snow kelp
#

In game not but in studio yes

#

Global announcement

#

Or server announcement

quick flare
#

Its global

#

meant to be global

#

but you can see it so its useless

#

ill delte it

#

delete

#

or nvm

#

BRO CAN YOU MOVE THE ANNOUNCEMENT LABEL

#

I CANT

#

i need to eat now i'll come back later to see if its good

#

ty btw

quick flare
#

Yo js asking are you done?

#

@snow kelp

snow kelp
#

Yup

quick flare
#

Tysm bro

#

love u 💟

#

what did u do while i was gone

snow kelp
#

Added money count money data storage announcement when galatic orb spawns and remade the system respawning and made it so it attualy gives money

quick flare
#

niceee also does the announcement thing work only for me?

snow kelp
#

The one u made?

#

@quick flare

#

The whole server can see it

quick flare
#

It's meant to be owner only and if I click send then the whole game will see it

#

NOT only server

#

But the whole game

#

Does it work?

quick flare
#

btw @snow kelp i made a custom animation and u are admin now

quick flare
#

Yo are you still gonna help me some other time or cant u do it anymore

#

cuz i still need help with map ,upgrade and many things

#

Please man

#

@snow kelp

snow kelp
#

I can if u gimme a rbx giftcard

quick flare
#

Bro I only have 70 rbx 😭 please man do the good

#

You're not busy anyway

#

@snow kelp cmon vro

snow kelp
#

Il not busy!?!?

#

I'm working on 3 major projects at once

#

How is that not busy man

#

Hey lemme tell u something

#

It might help u gain money

quick flare
#

Ov sorry then

#

What r those projects btw

#

Js askin

median river
#

ts an entire novel what 😭

quick flare
quick flare
snow kelp
snow kelp
#

How's ur game going

quick flare
#

since u were gone the only thing i added was a few cool animations and background misic

#

musi

#

music

#

and trees

#

no scripts

quick flare
#

cuz now the spawn area doesnt have coins anymore for some reason

#

@snow kelp

snow kelp
#

Who was the guy with u while u were workin

quick flare
#

wym

snow kelp
#

He might have changed something

#

I saw 2 players active at ones

quick flare
#

yea one player did nothing else other then doing the trees

snow kelp
#

And I can't rn my brother is using my mouse with his tablet

quick flare
#

without mouse then 🙏 its a script bug not a map bug

#

please br

#

@snow kelp

snow kelp
#

How do u except me to use my PC with out a mause

quick flare
#

oh i thought u were laptop

quick flare
quick flare
snow kelp
#

A begginer builder

ember tinselBOT
#

studio** You are now Level 4! **studio

quick flare
#

@snow kelp

quick flare
#

@snow kelp Brooo answer me 😭

quick flare
#

brooo

#

@snow kelp