#d

264 messages · Page 1 of 1 (latest)

fickle palmBOT
#

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

lofty ocean
#

yo

#

alr

#

uh

#

send me ur code

#

ok and ur goal is to start ur ui small and then animate itself to be bigger?

#

?

#

yeah?

#

yeah

#

doesnt it just make the ui visib;le

#

?

#

yk on ui objects there is an visible option

#

yes

#

me is just a but confused one what the goal is exactlt

#

cuz if u wanna make a ui visible then u can just enable or disable the visible ui

#

if u want it to fade in

#

then u can use tween service

#

and ui transparency

#

oh

#

so if u put ur mouse on the pass it shows if u own it or not

#

ok its simple

#

make a tween function to handle the transpaerncy,

#

of ui object

#

so

#

u use a tweeninfo and ui transparency

#

alr

#

now you check if the gamepass is owned

#

if it is

#

then u play tween

#

oh

#

so is it working?

#

u got ur tween

#

commented out

#

oh

#

does it print hovering over?

#

hmm

#

probably

#

let me check

#

oh is this a server or local scfript

#

?

#

is v player?

#

see u say v.MouseEnter

#

v is not a player

#

therefor it doesnt havea mouse

#

also

#

mouseenter is not a thing

#

oh nvm

#

sorry

#

no

#

uh

#

hold up i got confused with an older system

#

ok do me a favor

#

do print(v)

#

before mouseenter

#

and show me the results

#

?

#

ok

fickle palmBOT
#

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

lofty ocean
#

ok

#

try

#

print a string

#

like hello world

#

above the mouse enter

#

and tell me if it works

#

ok

#

wai

#

no sorry

#

wth

#

show me an ss

#

of ur print statemnt

#

i mean show me ur code also change v to "Het3"

#

anything

#

just wanna see if ur script is functioning as a whole

#

alr

#

does it print d

#

?

#

ok

#

do thisn

#

uh

#

move the local script to the plater

#

sorry

#

i had to do something

#

ok

#

so uh

#

do you generate surface gui?

#

or normal ui?

#

can you do me a massive favor

#

?

#

can you download the rbxl file and send it here

#

so i can see what is happening>

#

?

#

oh

#

alr

#

uh

#

lets see

#

ah

#

ok

#

the main issue is ur script is not working

#

like its disabled

#

alr

#

i would reccomend doing this

#

take the local script

#

and change it to

#

Start gui

#

yes

#

it should work

fickle palmBOT
#

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

lofty ocean
#

becuz normally when i put a local script in sss i have an main script which will move it to the correct place when needed

#

we will fix the variables later les just check if the script runs this time?

#

oh yeah roblox compiles like that

#

uh

#

comment out

#

the variables that arent v

#

all object varaibles that arent v

#

actually

#

that was enough

#

ok becuz we have that error

#

right

#

we know that

#

the script is working

#

yeah

#

now we just need to change the script to handle the stuff

#

i am assuming that the price and item info is

#

an

#

value

#

lr

#

alr

#

imma test something on my side rq

#

uh

#

wow

#

ok

#

i have an easy fix

#

the template

#

model

#

or group

#

that is cloned onto ppls stand

#

right

#

alr

#

copy all the stuff on the local script

#

and put it inside template

#

but with a normal script

#

not a local script

#

and test it

#

see mine is working wtiha normal script becuz its a surface gui i think

#

yeah so the same place where the local script was

#

when it was in sss

#

simply make it a normnal script

#

alr

#

its okay if it doest give an error as long as it prints mouse hover than we good

#

yeah

#

you cant use

#

local mouse

#

you dont need mouse i think just delete the Mouse variable or comment it out to be safer

#

then test again

#

you will get an error but we will have made progress

#

cuz i want a specific error

#

v is template right?

#

ah

#

what are u trying to do

#

with v.textname.visbile?

#

yeah ik what to do for that

#

but the main issue is that

#

we need to fix everything else

#

does textname exist?

#

or are u trying to make teh text visbible

#

visable

#

ah

#

do this instead

#

v.TextTransarency = 0

#

v.TextTransparency = 0

#

no uh do me a favor send me an ss of robuxcost

#

so inside the arrorw of robux cost there is nothing?

#

oh

#

ok

#

TextName doesnt exist

#

because u are referring to the text of robuxcost

#

v.TextTransparency = 0

#

delete

#

v.textname.visble = true

#

and replace it with that

#

what happens now?

#

does it work?

#

wdym

#

send ss

#

ah make sure u change the v.TextName.Visible in MouseLeave too

#

send me a new ss of ur script

#

no replace v.TextName.Visible

fickle palmBOT
#

studio** You are now Level 9! **studio

lofty ocean
#

with

#

v.TextTransparency = 0

#

for both

#

mouse leave and enter

#

how

#

?

#

send ss of new error

#

ok

#

?

#

ok

#

are u replacing TextName with TextTransparency

#

no

#

see where it says v.TextName.Visible = true

#

make that line v.TextTransparency = 0

#

show me new ss of the script

fickle palmBOT
#

studio** You are now Level 5! **studio

lofty ocean
#

why is TextName.Visible Still ther?

#

lol

#

make sure u dont change it while testing

#

cuz else it changes back

#

now do the same for mouse leave

#

ok

#

what happend

#

?

#

ok we got good news and bad news

#

lets fix the first problme

#

now

#

the problem is that ur mouse leave is still wrong

#

change it

#

to TextTransparency

#

the second error is good

#

yes

#

same as mouse enter

#

no

#

now

#

where it says MouseEnter:Connect(function()

#

on the function part

#

do this

#

MouseEnter:Connect(function(x,y)

#

then where it says Udim2.new(Mouse.X,Mouse.Y) make it Udim2.new(x,y)

#

then test it and tell me what happens

#

where?

#

show ss

#

ah lol

#

sorry i didnt write my statments in full

#

make it like

#

v.MouseEnter:Connect(function(x,y)

#

and NewInfo.Position = UDim2.new(x,y)

#

sure

#

can u pay me with 1 thing

#

2 things

#

?

#

i will be a scripter

#

for ur game

#

all i want is a bedwars kit and a % of ur game profit sound good

#

sure

#

400 robux u can gift it to me

#

?

#

this is uh

#

something to do with ur handleing

#

of Iteminfo

#

idk

#

what can u offer me

#

?

#

?

#

oh

#

hire

#

sure

#

sure

#

what % can u offer me

#

?

#

i did

#

already