ProfileService, Help I have I can not solve this

Can someone help me with this?

  1. What do you want to achieve? | I need help with my profile service script

  2. What is the issue? I was making an inventory script for the player but I forgot to put that when a player leaves it activates the profile:Release() and now it won’t let me go back in

I need help with this otherwise I won’t be able to continue with the current process of my game

I think you have to clear your player data. Atleast that would be easiest.

You could try to paste something like this in the command bar

game:GetService("DataStoreService"):GetDataStore("yourDataStoreName"):RemoveAsync("yourPlayerKey")

Or just use a datastore editor.

1 Like

Would that work with the ProfileService Module?, or only with the DataStoreService?, I’m new with this kind of modules and I don’t know much about them

ProfileService uses DataStoreService. It just adds extra data for session locking and such.

1 Like

Try clearing your data, if you are planning on learning how to program on the ROBLOX platform, I’d really suggest investing in the plugin I’ve attached below, it makes life much easier.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.