Can you tell me, or at least give me an idea about how did you do this? I never made plugins so I don’t know what powers they have. I have needed this in making simulations lately, to be able to change values and make new instances, etc. Sadly, I don’t have the robux to buy the plugin so I would be grateful if you gave me an idea
I would recommend adding this code after line 127:
self.AnimateScript = self.Model:FindFirstChild("Animate")
for _, p in pairs(self.Model:GetDescendants()) do
if p:IsA("BaseScript") then
p.Parent = nil
end
end
Then replace every occurence of self.Model.Animate
with self.AnimateScript
.
This makes the plugin not request script injection, which may lead some people to believe that your plugin is a virus.
W plugin, seems more or less useful for builders then for other developers. Should have a lot of uses though.
Thank you sir, I have implemented this and made sure to also clean up any removed scripts.
for about a year now, I was thinking of getting this plugin, and I have to say this would make borings tasks so much more interactive!
with the new StepPhysics API, i was able to add full collisions to this plugin! i cant release the code since it’s paid, but i totally hope the new API is used in the official release!
reference: New StepPhysics Plugin API
Update
- Implemented collision
- Humanoid is now 1:1 with in-game physics
Notes
- Sometimes you teleport a little when spawning in—this is a collision bug that will be fixed later
- The recent studio physics support API caused a lot of the code to now be obsolete, so it’s left unused in case it is needed in the future
- The current replication system is very hacky, I want to find a way to just have a single controllable character without needing an extra copy for the client side
- Planning on adding a noclip and fly feature
Hello Chrythm!
I would like to buy your plugin but roblox tells me i need a credit card to buy it.
can you please make it possible for me to use paypal or robux?
Totally with you. This plugin looks very fun and I would love to spend my robux on it. I just don’t have a viable payment method I could use to buy the plugin with real money.
I absolutely agree, but sadly, Roblox themselves were the ones to remove the option to make plugins cost Robux. Afaik the only way to sell plugins now is with real money…
Absolutely love this! This is literally what I thought development was like when I was like 6 and first heard of it, Love that it has been brought to life, however I just cannot fork out 5 bucks for a plugin, Could you perhaps change the price to use robux?
(I am under the age of 18, I do not have a bank account and I only do work for robux, I may be wealthy on this platform, however I am broke IRL.)
You can’t sell plugins for robux anymore
Seriously?
googled it, yeah this sucks, the only way to still do this would be a gamepass and a key system
Or you could get someone on the DevForum to send you money to buy the plugin. Or if you don’t have a bank account then some people could just send you a virtual card, or buy you a gift card or something.
You can ask the creator on discord. they will give it to you.
Bug when walking or standing still. Consistent with any character I use.
Can you DM me the plugin? I do not have any way of buying the plugin using real money as I do not have dollar currency available in the country i am in, The country does not use dollars as of that i cannot buy the plugin, If possible DM me using the devforum DM system if possible to give for free
as WHOTEI
said.
Distrbuting source code of paid plugins isn’t really allowed… Is there no way for you to convert your local currency?
Nope, WHOTEI said they will give it which means its free? so idk
I’m still looking into this issue. It’s caused by the server-side character (which is invisible to the client) having collision, despite the fact that it’s being disabled every frame.