#works on test game but not on main
1 messages · Page 1 of 1 (latest)
is ur version in roblox studio the same in real roblox
wym
go to settings and then click publish game
just do this just in case
** You are now Level 7! **
but other one works when im testing in studio and the main doesnt
oh yea the thing is. i dont rlly wanna publish because what if it doesnt work.
there are players playing rn
join a priv
whats the game?
@nimble pike
ruh oh
thats new
so your handling it on the client?
?
what game is it btw
gardening trading hub
ProcessReceipt is being ran client-side
in a lil
ru using any remote events to convert to serverside?
oh shit i put a server side script in a localscript
send a pic of everything surrounding your scripts in ur test place and also ur game place
** You are now Level 2! **
what works in game, what doesnt?
ProcessReceipt is on client script (I ASSUME) change it to server script, also it says on Line 19 of that code, you have extra end
ahhhshdhshilfdbjgsdlijhga.digjhda,righd,sthijdhsdth
im tweaking
thats already ficed
fixed
holy
😭
you dont need to print allat
can i just ask
animation spoofer cant run in game
what part exactly doesnt work
the ENTIRE thing??
@dapper cipher js wanna point out a part of ur campfire thing is unanchored
this
okay and what part of your script handles the message appearing?
no errors right?
nah
i genuinely dont see why this isnt workin
me too
same
i tried everything
ai, friends
sometimes guis only work when i use script.parent.parent.parent...... and not game.startergui....
submit all 3 scripts to ai and ask it if it sees anything wrong (DO NOT USE THE SCRIPT IT GIVES TO)
desperate resort
theres prob one tiny detail we cant spot out
you got that
are you 100% sure the scripts are identical?
cus if they are the only thing could maybe be a setting issue?
or scripts are fighting eachother basically
yes im sure that the scripts are identical
we need more devs or scripters here
** You are now Level 3! **
last resort
for your top 5 variables defining the services
try to require( them
Alr
if the code stops then its something there
wait how do i require variables? like this? local startergui = require(game:getservice())
pretty sure its like that but if u type it wrong roblox will underline it
i think its js require(game:Getservice”blah”)
why are you requiring services?
done
if the code stops then its something there
im js checking
ahhhhhhhh broooo
run game see what happens and then remove the requires
oh
thats new chill
yeah yeah yeah
calm down its ok
he was instancing it
maybe misspelled
local GlobalTradeEvent = ReplicatedStorage.SponsorTradeEvent
** You are now Level 17! **
local GlobalTradeEvent = ReplicatedStorage:WaitForChild("SponsorTradeEvent")
something should work
hopefully
theres no globaltrade event
ReplicatedStorage.UI or Remotes
cuz he had folders
only these two
alright
send pic of line on display trade event
edit ur code to wait for those events now
yes
i alr did
kinda like this
oh
displaytrade is erroring
should i publish now
i think
show us the code and explorer first
looks good
before u publish js test it rq
any errors now?
ru you SUPER DUPER DUPER SURE
that u pasted EVERYTHING relevant from test place to game place
Yes 😭
found one teeny tiny oopsie i think
what this guy said
Yes
on the first pic
all the wait for child uis
do require( one last time
lets just check if any ui is missing
alr
** You are now Level 4! **
?
just the ones that wait for ui
do the require( thing i told you
sponser trade event and display trade event is fine already
erm
right
("Message"))
i was lookin somewhere else 🙏🙏
superhuman
@full osprey we need ur powers 🙏🙏
** You are now Level 8! **
@full osprey come back 🥺
im tryna check
it doesnt work on gui objects
so do i remove require now?
you cant require gui objects
😔
remove1
anything ui will likely return that error
requiring is just for module scripts
check startergui manually
game.startergui....?
making global trading like this isnt a smart idea, if too many people are making trades and trade requests it will overload the server and cancel requests which can end up in items being duplicated (max global requests you can send is 10 per minute)
make sure to add a filter
he did
tag filter?
phew
most likely using a 3rd party as in their own server host to send requests to
and tht costs money
js imagine this was the most simplest error and we turned a blind eye
fr
anyways um
check starter gui for all the ui things u used waitforchild for
check if anything is missing or u have misspellings
did u see anything wrong
is sponsortradeui enabled